/* ============================= MEDIA QUERIES ================================== */

@media (min-width: 1921px){

}


@media (min-width: 1601px) and (max-width: 1920px){

}


@media (min-width: 1368px) and (max-width: 1600px) {


}


@media (min-width: 1200px) and (max-width: 1367px) {
    .publishes-archive .col-lg-9.col-12.right .posts {
        overflow: hidden;
        padding-left: 0px;
    }
    
    main:not(#home-page) {
        padding-left: 50px;
    }
    
    section#header-hero .bg-blue > div > div {padding-left: 50px;}
    
    section#header-hero .header-hero-inner > div {
        padding-left: 55px;
    }
    .singleEvent .program .right ul#myTab li.nav-item button {
        padding-left: 14px;
        padding-right: 14px;
        font-size: 14px;
    }
    article {
        padding-left: 40px;
    }
    main article {
        padding-left: 0px;
    }
    
    section#header-hero.opport .single-post-meta {
        padding-left: 50px !important;
    }


    main#home-page section:not(#folder):not(#news):not(#seats):not(#newsletter) {
        padding-left: 50px;
    }
    
    main#home-page section#folder,main#home-page section#news .articles {
        padding-left:50px;
    }
    main#home-page section#news .heading .text {
        padding-left:40px;
    }
    
    main#home-page section#newsletter > .heading .text {
        padding-left:40px;
    }
    
    main#home-page section#newsletter .newsletterForm {
        padding-left:50px;
    }
    
    main#home-page section#seats .seatsEntries {
        padding-left:50px;
    }
    
    main#home-page section#seats .heading .text {
        padding-left:40px;
    }

    section#header-hero.program .page-wrapper {
        padding-left: 65px;
    }
    .simplePage {
        padding-left: 55px !important;
    }

    section#header-hero.perspectivePost .page-wrapper {
        padding-left: 65px;
    }

    .eliamep-container .left .customSidebar .menu > li > a {
        font-size: 18px;
    }
    .mediumTitle > span {
        font-size: 19px;
    }
}


@media (min-width: 1025px) and (max-width: 1199px) {

}

@media (min-width: 992px) and (max-width: 1024px) {
    #header-hero .bg-blue {
        height: auto !important;
    }
    .flex-md-column-portait {
        flex-direction: column !important;
    }
}


@media (max-width: 1024px) and (min-width: 740px) and (orientation: portrait) {
    .taxBar{
        display: none !important;
    }
    .mobileNavigation {
        display:none !important;
    }
    .flex-md-column-portait {
        flex-direction: column !important;
    }
}


@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
    .mobileNavigation {
        display:none !important;
    }
}


@media (min-width: 320px) and (max-width: 480px) {
    .nice-select .option {
        font-size: 12px;
        line-height: 25px;
        min-height: 25px;
    }
    .print-page {
        display: none !important;
    }
    .flex-mob-column {
        flex-direction: column !important;
    }
}


@media (min-width: 481px) and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 4) and (orientation: landscape) {
    .print-page {
        display: none !important;
    }
    .flex-mob-column {
        flex-direction: column !important;
    }
}


@media (min-width: 1025px) and (max-height: 1100px) {
    #header-hero .bg-blue {
        height: calc((100vh - 220px)* .7) !important;
    }
}


/* ======================================================================== */


@media print {
    .taxBar,.headerTwo,footer,.headerTwo,.social-share-buttons,.prevNext {
        display: none !important;
    }
    #header-hero .col-md-4.col-12 {
        position: absolute !important;
        width: 100% !important;
        height: 100% !important;
        z-index: -1 !important;
        opacity: 0.1 !important;
        left: 0px !important;
        top: 0px !important;
    }
    #header-hero.opport .col-md-4.col-12 {
        z-index: 0 !important;
    }
    section#header-hero .col-md-4.col-12 img {
        max-height: unset !important;
        border: none !important;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 100% !important;
    }
    .authors .people .person {
        width: 100% !important;
    }
    .singleEvent .program .right ul#myTab li.nav-item button {
        font-size: 12px !important;
    }
    .singleEvent .program .desc {
        font-size: 12px !important;
    }
    .singleEvent .program .timeline li {
        padding: 10px 0px !important;
    }
    @page {
        margin-top: 1rem;
        margin-bottom: 1rem;
      }
      body  {
        padding-top: 1rem;
        padding-bottom: 1rem;
      }
      
      .single-opportunities .info-container:first-child {
        margin-top: 0px !important;
    }
    
    .single-opportunities .info-container:last-child {
        margin-bottom: 0px !important;
    }
    .timelineNav {
        display:none !important;
    }
    .grecaptcha-badge {
        display:none !important;
    }
    #header-hero.opport .col-md-4.col-12 {
        height:300px !important;
    }
    
    #header-hero.opport {
        height:300px !important;
    }
    .singleEvent {
        margin-top: 0px !important;
    }
}


@media (min-width: 1400px){
    body .container-xxl {
        max-width:1600px;
    }
}
@media (min-width: 1600px) and (max-width: 1750px){
    body .container-xxl {
        max-width:1500px;
    }
}
@media (min-width: 1368px) and (max-width: 1599px){
    body .container-xxl {
        max-width: 1278px;
    }
    .nice-select .list {width: auto !important;}
}


@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

}






/* ============================= FOOTER ================================== */

@media (min-width: 320px) and (max-width: 480px) {
    header .headerTop .middle img {
        width: auto;
        height: 58px;
    }
}

/* ======================================================================== */





/* ============================= FOOTER ================================== */


@media (min-width: 320px) and (max-width: 480px) {
    #footerMiddle .foot-widg > div > div {
        display: none;
        margin-bottom: 25px;
    }
    
    #footerMiddle .foot-3 {
        padding-left: 0px;
    }
    
    #footerMiddle .foot-3 .foot-widg-title {
        text-align: center;
    }

    #footerMiddle .subArrow {
        width: 20px;
        height: 20px;
        display: block;
        z-index: 99;
        position: relative;
        margin-left: 10px;
        margin-right: -30px;
    }
    
    #footerMiddle .subArrow:before {
        content: "";
        width: 2px;
        height: 12px;
        background: var(--thirdcol);
        display: block;
        transform: rotate(136deg);
        position: relative;
        left: 6px;
        top: 0px;
        transition:0.3s ease all;
    }
    
    
    
    #footerMiddle .subArrow:after {
        content: "";
        width: 2px;
        height: 12px;
        background: var(--thirdcol);
        display: block;
        transform: rotate(-136deg);
        position: relative;
        left: 6px;
        top: -4px;
        transition:0.3s ease all;
    }
    
    
    #footerMiddle .foot-widg-title.active .subArrow:before {
        width: 2px;
        height: 16px;
        transform: rotate(136deg);
        left: 6px;
        top: 2px;
    }
    
    
    #footerMiddle .foot-widg-title.active .subArrow:after {
        width: 2px;
        height: 16px;
        transform: rotate(-136deg);
        left: 6px;
        top: -14px;
    }
    
    #footerMiddle .foot-widg-title {
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    #footerMiddle .foot-widg ul li {
        text-align: center;
    }
    footer#footer {
        margin-bottom: 44px;
    }
}



@media (min-width: 481px) and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 4) and (orientation: landscape) {
    #footerMiddle .foot-widg > div > div {
        display: none;
        margin-bottom: 25px;
    }
    
    #footerMiddle .foot-3 {
        padding-left: 0px;
    }
    
    #footerMiddle .foot-3 .foot-widg-title {
        text-align: center;
    }

    #footerMiddle .subArrow {
        width: 20px;
        height: 20px;
        display: block;
        z-index: 99;
        position: relative;
        margin-left: 10px;
        margin-right: -30px;
    }
    
    #footerMiddle .subArrow:before {
        content: "";
        width: 2px;
        height: 12px;
        background: var(--thirdcol);
        display: block;
        transform: rotate(136deg);
        position: relative;
        left: 6px;
        top: 0px;
        transition:0.3s ease all;
    }
    
    
    
    #footerMiddle .subArrow:after {
        content: "";
        width: 2px;
        height: 12px;
        background: var(--thirdcol);
        display: block;
        transform: rotate(-136deg);
        position: relative;
        left: 6px;
        top: -4px;
        transition:0.3s ease all;
    }
    
    
    #footerMiddle .foot-widg-title.active .subArrow:before {
        width: 2px;
        height: 16px;
        transform: rotate(136deg);
        left: 6px;
        top: 2px;
    }
    
    
    #footerMiddle .foot-widg-title.active .subArrow:after {
        width: 2px;
        height: 16px;
        transform: rotate(-136deg);
        left: 6px;
        top: -14px;
    }
    
    #footerMiddle .foot-widg-title {
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    #footerMiddle .foot-widg ul li {
        text-align: center;
    }
    footer#footer {
        margin-bottom: 44px;
    }
}


/* ======================================================================== */





/* ============================= HOMEPAGE ================================== */

@media (min-width: 1368px) and (max-width: 1600px) {
    .folderPosts .post .inner .right .title {
        width: calc(100% - -68px);
        position: relative;
        left: -68px;
    }
    .folderPosts .post .inner .right .title a {
        left:0px;
        font-size: 20px;
    }

    .folderPosts .post .inner .right .shortDesc {
        font-size: 16px;
    }

    .progress-wrap {
        right:5px;
    }

    .topPostType .posts .post {
        margin-bottom: 50px !important;
    }
    


    section#newsAndMedia .right .post .content .title a {
        font-size: 16px;
        line-height: 18px;
    }
    
    section#newsAndMedia .post .content .categories span {
        font-size: 14px;
    }
    
    section#newsAndMedia .left .post .content .title a {
        font-size: 24px;
    }
    .topPostType .posts .post .media {
        padding-bottom: 160px;
    }
    
    .topPostType .posts .post .innerPost .content {
        height: 160px;
    }

    .bottomPostType .post .inner .right .title a {
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }
    
    .bottomPostType .post .inner .right .categories {
        font-size: 15px;
        line-height: 20px;
    }

    .topPostType .posts .post .innerPost .multiProgram .moreProgs {
        top: calc(100% + 10px);
        width: calc(100% + 25px);
    }

    #news .articles .article .image .title a {
        font-size: 16px;
    }
    
    #news .articles .article .image .title {
        line-height: 20px;
    }
}


@media (min-width: 1200px) and (max-width: 1367px) {
    body .container-xxl {
        max-width: 1190px;
    }

    section#newsAndMedia .right .post .content .title a {
        font-size: 15px;
        line-height: 16px;
    }
    
    section#newsAndMedia .post .content .categories span {
        font-size: 14px;
    }

    section#newsAndMedia .left .post .content .title a {
        font-size: 20px;
    }
    
    .folderPosts .post .inner .right .title {
        width: calc(100% - -68px);
        position: relative;
        left: -68px;
    }
    .folderPosts .post .inner .right .title a {
        left:0px;
        font-size: 20px;
    }
    .progress-wrap {
        right:5px;
    }

    .topPostType .posts .post {
        width: 100%;
        margin-bottom: 35px !important;
    }
    
    .topPostType .posts .post .innerPost .content .title a {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .topPostType .posts .post .innerPost .multiProgram {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: baseline;
    }
    
    .topPostType .posts .post .innerPost .multiProgram .progToggle {
        right: auto;
        left: -2px;
        margin-top: -12px;
        position: relative;
        top: auto;
        margin-right: 15px;
    }
    
    .topPostType .posts .post .innerPost .multiProgram .moreProgs {
        top: calc(100% + 10px);
        width: auto;
    }
    
    .nav-menu a {
        font-size: 1rem;
    }
    
    section#newsAndMedia .left {
        width: 40%;
    }
    
    section#newsAndMedia .right {
        width: 60%;
    }
    
    .folderPosts .post .inner .right .shortDesc {
        font-size: 15px;
    }
    
    .rightPostType .rows .row {
        flex-direction: column;
        align-items: center;
    }
    
    .rightPostType .rows .row .right {
        width: 100%;
        padding-right: 12px;
        text-align: center;
        align-items: center;
    }

    .rightPostType .rows .row .right .description {
        text-align: center;
        margin-bottom: 10px;
    }
    
    .rightPostType .rows .row .right .title p {
        text-align: center !important;
    }
    
    .rightPostType .rows .row .right .viewAllLink2 {
        position: relative;
        margin-top: 10px;
    }
    
    .rightPostType .rows .row .right .description p:last-child {
        text-align: center !important;
    }
    
    #newsletter .newsletterForm .right {
        padding-left: 150px;
    }

    .bottomPostType .post .inner .right .title a {
        -webkit-line-clamp: 2;
        line-clamp: 2;
        font-size: 16px;
    }

    .bottomPostType .post .inner .right .categories {
        font-size: 14px;
        line-height: 20px;
    }

    #news .articles .article .image .title a {
        font-size: 16px;
    }
    
    #news .articles .article .image .title {
        line-height: 20px;
    }
}


@media (min-width: 1025px) and (max-width: 1199px) {
    body .container-xxl {
        max-width: 932px;
    }
    
    .folderPosts .post .inner .right .title {
        width: calc(100% - -68px);
        position: relative;
        left: -68px;
    }
    .folderPosts .post .inner .right .title a {
        left:0px;
        font-size: 20px;
    }
    .progress-wrap {
        right:5px;
    }

    .topPostType .posts .post {
        width: 100%;
        margin-bottom: 35px !important;
    }
    
    
    .nav-menu a {
        font-size: 14px;
    }
    
    section#newsAndMedia .left {
        width: 100%;
        padding-right: 12px;
        margin-bottom: 12px;
    }
    
    section#newsAndMedia .right {
        width: 100%;
        padding-left: 12px;
    }
    
    .folderPosts .post .inner .right .shortDesc {
        font-size: 15px;
    }
    
    .rightPostType .rows .row {
        flex-direction: column;
        align-items: center;
        border-top: none;
        width: 33.33334%;
        padding-top: 0px;
    }
    
    .rightPostType .rows .row .right {
        width: 100%;
        padding-right: 12px;
        text-align: center;
    }
    
    .rightPostType .rows .row .right .viewAllLink2 {
        position: relative;
        margin-top: 10px;
    }
    
    .rightPostType .rows .row .right .description p:last-child {
        text-align: center !important;
    }
    
    #newsletter .newsletterForm .right {
        padding-left: 50px;
    }

    .nav-menu > ul > li {
        padding: 5px 10px 5px 13px;
    }

    .nav-menu > ul > li:last-child {
        padding-right: 0px;
    }

    section#folder {
        padding-bottom: 38px !important;
    }

    #folder .folderPosts .post {
        width: 50%;
        margin-bottom: 50px;
    }

    #multiInfoTypes .left.col-lg-8.col-md-12.col-sm-12 {
        width: 100%;
        padding-top: 0px;
        margin-bottom: 50px;
    }

    #multiInfoTypes .right.col-lg-4.col-md-12.col-sm-12 {
        width: 100%;
    }

    .rightPostType .rows {
        display: flex;
    }

    #news .articles .article:last-child {
        display: none;
    }

    #news .articles .article {
        width: 50%;
    }

    #news .articles .splide .article:last-child {
        display: block;
    }
    
    #news .articles .splide .article {
        width: 100%;
    }
    
    #news .articles .splide ul.splide__pagination {
        bottom: -40px;
    }

    #search-modal-container .closeSearch {
        width: 35px;
        height: 35px;
        right: 30px;
        top: 15px;
    }

    #footerMiddle .foot-3 {
        padding-left: 0px;
    }

    section#newsAndMedia .right .post {
        max-height: 262px;
    }

    section#newsAndMedia .right .post .media {
        padding-bottom: 250px;
    }
    
    section#newsAndMedia .right .post a.programm-cat, section#newsAndMedia .left .post a.programm-cat {
        font-size: 14px;
    }
    
    
    .topPostType .posts .post .innerPost .multiProgram {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            align-items: baseline;
        }
        
        .topPostType .posts .post .innerPost .multiProgram .progToggle {
            right: auto;
            left: -2px;
            margin-top: -12px;
            position: relative;
            top: auto;
            margin-right: 15px;
        }
        
        .topPostType .posts .post .innerPost .multiProgram .moreProgs {
            top: calc(100% + 10px);
            width: auto;
        }
    
    .topPostType .posts .post .innerPost .content .title a {
        margin-bottom: 10px;
    }
    
    
    
    .rightPostType .rows .row .right {
            
            align-items: center;
        }
    
        .rightPostType .rows .row .right .description {
            text-align: center;
            margin-bottom: 10px;
        }
        
        .rightPostType .rows .row .right .title p {
            text-align: center !important;
        }
        
        .rightPostType .rows .row .right .viewAllLink2 {
            margin-top: 10px;
        }
    
        .bottomPostType .evenPosts:not(.splide) .post {
            width: 50%;
            margin-bottom: 20px;
        }
    
        .bottomPostType .evenPosts.splide .post {
            width:100%;
        }

        .bottomPostType .evenPosts.splide .post .inner {
            background: #f7f6f5;
        }

        .bottomPostType .evenPosts.splide ul.splide__pagination {
            bottom: -25px;
            padding-left: 0% !important;
            left: 0px;
            right: auto;
            width: auto;
            padding-right: 0px;
        }

        .bottomPostType .evenPosts.splide ul.splide__pagination .splide__pagination__page.is-active {
            background: var(--primcol);
        }
    
        .bottomPostType .evenPosts.splide ul.splide__pagination .splide__pagination__page {
            margin-right: 5px;
            margin-left: 5px;
        }

        body .bottomPostType .evenPosts.splide .inner .right {
            border-right: none !important;
        }
    
    .bottomPostType .post:nth-child(even) .inner .right {
        border-right: none;
    }
    
    .bottomPostType .post:nth-child(odd) .inner .right {
        border-right: 1px solid var(--primcol) !important;
    }
    
    .bottomPostType .post:nth-child(3n) .inner .right {
        border-right: unset;
    }
    
    .bottomPostType .post .inner .right .title a {
        font-size: 15px;
    }
    
    .bottomPostType .post .inner .right .categories {
        font-size: 14px;
    }
    
    .viewAllLink:before {
        display: none;
    }
    
    #news .articles .article .image .title a {
        font-size: 16px;
    }
    
    #news .articles .article .image .title {
        line-height: 20px;
    }
    
    section#seats .seatsEntries .row .seat .seatTitle a {
        font-size: 17px;
    }
    
    section#newsAndMedia .right .post .content .title a {
        font-size: 16px;
        margin-bottom: 5px;
    }
}



@media (min-width: 992px) and (max-width: 1024px) {
    body .container-xxl {
        max-width: 925px;
    }
    
    .folderPosts .post .inner .right .title {
        width: calc(100% - -68px);
        position: relative;
        left: -68px;
    }
    .folderPosts .post .inner .right .title a {
        left:0px;
        font-size: 20px;
    }
    .progress-wrap {
        right:5px;
    }

    .topPostType .posts .post {
        width: 100%;
        margin-bottom: 35px !important;
    }
    
    .topPostType .posts .post:nth-child(even) {
        padding-left: 12px;
    }
    
    .topPostType .posts .post:nth-child(odd) {
        padding-right: 12px;
    }

    .topPostType .posts {
        margin: 0px;
    }
    
    .nav-menu a {
        font-size: 14px;
    }
    
    section#newsAndMedia .left {
        width: 100%;
        padding-right: 12px;
        margin-bottom: 12px;
    }
    
    section#newsAndMedia .right {
        width: 100%;
        padding-left: 12px;
    }
    
    .folderPosts .post .inner .right .shortDesc {
        font-size: 15px;
    }
    
    .rightPostType .rows .row {
        flex-direction: column;
        align-items: center;
        border-top: none;
        width: 33.33334%;
        padding-top: 0px;
    }
    
    .rightPostType .rows .row .right {
        width: 100%;
        padding-right: 12px;
        text-align: center;
    }
    
    .rightPostType .rows .row .right .viewAllLink2 {
        position: relative;
        margin-top: 10px;
    }
    
    .rightPostType .rows .row .right .description p:last-child {
        text-align: center !important;
    }
    
    #newsletter .newsletterForm .right {
        padding-left: 50px;
    }

    .nav-menu > ul > li {
        padding: 5px 10px 5px 13px;
    }

    .nav-menu > ul > li:last-child {
        padding-right: 0px;
    }

    section#folder {
        padding-bottom: 38px;
    }

    #folder .folderPosts .post {
        width: 50%;
        margin-bottom: 50px;
    }

    #multiInfoTypes .left.col-lg-8.col-md-12.col-sm-12 {
        width: 100%;
        padding-top: 0px;
        margin-bottom: 50px;
    }

    #multiInfoTypes .right.col-lg-4.col-md-12.col-sm-12 {
        width: 100%;
    }

    .rightPostType .rows {
        display: flex;
    }

    #news .articles .article:last-child {
        display: none;
    }

    #news .articles .article {
        width: 50%;
    }

    #search-modal-container .closeSearch {
        width: 35px;
        height: 35px;
        right: 30px;
        top: 15px;
    }


    .nav-menu > ul > li.drop-down .subArrow {
        width: 16px;
        height: 16px;
    }
    
    .nav-menu > ul > li.drop-down .subArrow:before {
        height: 7px;
        left: 8px;
        top: 2px;
    }
    
    .nav-menu > ul > li.drop-down .subArrow:after {
        height: 7px;
        left: 8px;
        top: -1px;
    }
    
    
    .nav-menu > ul > li.drop-down:hover .subArrow:before {
        height: 8px;
        left: 12px;
        top: 4px;
    }
    
    
    
    .nav-menu > ul > li.drop-down:hover .subArrow:after {
        height: 8px;
        left: 7px;
        top: -4px;
    }




    section#newsAndMedia .right .post .content .title a {
        font-size: 16px;
    }
    
    section#newsAndMedia .post .content .categories span {
        font-size: 13px;
    }
    
    .bigtitle.style1 > span {
        font-size: 30px;
    }
    
    .folderPosts .post .inner .left .year {
        font-size: 35px;
    }
    
    .bigtitle.style2 > span {
        font-size: 30px;
    }
    
    .topPostType .desc p {
        font-size: 16px;
    }
    
    .topPostType .posts .post .innerPost .content {
        height: 140px;
    }
    
    .bottomPostType .post .inner .left .year {
        font-size: 35px;
    }
    
    #newsletter .newsletterForm .right .newsletterEntries .entry .title a {
        font-size: 17px;
    }
    
    #footerMiddle .foot-3 {
        padding-left: 0px;
    }
    
    #footerMiddle .foot-widg ul li a {
        font-size: 14px;
    }
    
    section#footerMiddle {
        max-width: 100%;
    }

    #footerMiddle .foot-3 {
        padding-left: 0px;
    }

    section#newsAndMedia .right .post {
        max-height: 262px;
    }

    section#newsAndMedia .right .post .media {
        padding-bottom: 250px;
    }
    
    section#newsAndMedia .right .post a.programm-cat, section#newsAndMedia .left .post a.programm-cat {
        font-size: 14px;
    }
    
    
    .topPostType .posts .post .innerPost .multiProgram {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            align-items: baseline;
        }
        
        .topPostType .posts .post .innerPost .multiProgram .progToggle {
            right: auto;
            left: -2px;
            margin-top: -12px;
            position: relative;
            top: auto;
            margin-right: 15px;
        }
        
        .topPostType .posts .post .innerPost .multiProgram .moreProgs {
            top: calc(100% + 10px);
            width: auto;
        }
    
    .topPostType .posts .post .innerPost .content .title a {
        margin-bottom: 10px;
    }
    
    
    
    .rightPostType .rows .row .right {
            
            align-items: center;
        }
    
        .rightPostType .rows .row .right .description {
            text-align: center;
            margin-bottom: 10px;
        }
        
        .rightPostType .rows .row .right .title p {
            text-align: center !important;
        }
        
        .rightPostType .rows .row .right .viewAllLink2 {
            margin-top: 10px;
        }
    
    .bottomPostType .post {
        width: 50%;
        margin-bottom: 20px;
    }
    
    .bottomPostType .post:nth-child(even) .inner .right {
        border-right: none;
    }
    
    .bottomPostType .post:nth-child(odd) .inner .right {
        border-right: 1px solid var(--primcol) !important;
    }
    
    .bottomPostType .post:nth-child(3n) .inner .right {
        border-right: unset;
    }
    
    .bottomPostType .post .inner .right .title a {
        font-size: 15px;
    }
    
    .bottomPostType .post .inner .right .categories {
        font-size: 14px;
    }
    
    .viewAllLink:before {
        display: none;
    }
    
    #news .articles .article .image .title a {
        font-size: 16px;
    }
    
    #news .articles .article .image .title {
        line-height: 20px;
    }
    
    section#seats .seatsEntries .row .seat .seatTitle a {
        font-size: 17px;
    }
    
    section#newsAndMedia .right .post .content .title a {
        font-size: 16px;
        margin-bottom: 5px;
    }
}




@media (max-width: 1024px) and (min-width: 740px) and (orientation: portrait) {
    main#home-page{
        padding-top: 20px;
    }
    .folderPosts .post .inner .right .title {
        width: calc(100% - -68px);
        position: relative;
        left: -68px;
    }
    .folderPosts .post .inner .right .title a {
        left:0px;
        font-size: 18px;
    }
    .progress-wrap {
        right:5px;
    }

    .topPostType .posts .post {
        width: 100%;
        margin-bottom: 70px !important;
        padding-left: 12px;
        padding-right: 12px !important;
    }
    
    
    .nav-menu a {
        font-size: 14px;
    }
    
    section#newsAndMedia .left {
        width: 100%;
        padding-right: 12px;
        margin-bottom: 12px;
    }
    
    section#newsAndMedia .right {
        width: 100%;
        padding-left: 12px;
    }
    
    .folderPosts .post .inner .right .shortDesc {
        font-size: 15px;
    }
    
    .rightPostType .rows .row {
        align-items: center;
        border-top: none;
        width: 100%;
    }
    
    .rightPostType .rows .row .right {
        width: calc(100% - 150px);
        padding-right: 12px;
        text-align: center;
    }
    
    .rightPostType .rows .row .right .viewAllLink2 {
        position: relative;
        margin-top: 10px;
    }
    
    .rightPostType .rows .row .right .description p:last-child {
        text-align: center !important;
        font-size: 14px;
    }
    
    #newsletter .newsletterForm .right {
        padding-left: 12px;
        margin-top: 50px;
    }

    .nav-menu > ul > li {
        padding: 5px 10px 5px 13px;
    }

    .nav-menu > ul > li:last-child {
        padding-right: 0px;
    }

    #folder .folderPosts .post:last-child {
        margin-bottom: 0px;
    }

    #folder .folderPosts .post {
        margin-bottom: 50px;
    }

    #multiInfoTypes .left.col-lg-8.col-md-12.col-sm-12 {
        width: 100%;
        padding-top: 0px;
        margin-bottom: 20px;
    }

    #multiInfoTypes .right.col-lg-4.col-md-12.col-sm-12 {
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }

    .rightPostType .rows {
        display: flex;
        flex-wrap: wrap;
    }


    #news .articles .article {
        width: 100%;
        padding-left: 3% !important;
        padding-right: 3% !important;
        margin-bottom: 10px;
    }

    .folderPosts .post .inner .left .year {
        font-size: 34px;
    }

    .bigtitle.style1 > span {
        font-size: 30px;
    }


    section#folder {
        margin-top: 65px;
        margin-bottom: 65px;
        padding-top: 0px;
        padding-bottom: 65px;
    }

    .bigtitle.style2 > span {
        font-size: 30px;
    }

    .bottomPostType .post .inner .left .year {
        font-size: 34px;
    }

    .bottomPostType .evenPosts > .post {
        width: 100%;
        
    }

    .bottomPostType .post:first-child .inner .right {
        border: none;
    }

    .bottomPostType .evenPosts > .post:last-child {
        border: navajowhite;
    }

    .rightPostType .rows .row .right .description strong {
        font-size: 15px;
    }

    #news .articles .article:nth-child(2) {
        padding-right: 12px;
    }

    section#seats .seatsEntries .row {
        justify-content: flex-start;
    }

    section#seats .seatsEntries .row .seat {
        margin-bottom: 20px;
        max-width: 50%;
    }

    #news .bigtitle.style1 {
        max-width: calc(100% - 200px);
    }
    
    #news .viewAllLink {
        background:#fff;
    }

    #newsletter .newsletterForm .left .formColFull .viewAllLink2 {
        margin-top: 25px;
    }

    #footerMiddle .foot-widg:nth-child(1) {
        width: 50%;
    }

    #footerMiddle .foot-widg:nth-child(2) {
        width: 50%;
    }

    #footerMiddle .foot-widg:nth-child(3){
        margin-top:30px;
    }
    #footerMiddle .foot-widg:nth-child(3) .foot-widg-title {
        display:none;
    }

    #footerMiddle .foot-widg:nth-child(3) .menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        grid-gap: 20px;
    }

    #footerMiddle .foot-widg:nth-child(3) .menu a {
        background: var(--primcol);
        color: #fff;
        padding: 5px 12px;
        border-radius: 5px;
        font-size: 15px;
    }

    #footerMiddle .foot-3 {
        padding: 0px;
    }

    #search-modal-container .closeSearch {
        width: 35px;
        height: 35px;
        right: 30px;
        top: 15px;
    }

    div#datafetch ul li a {
        font-size: 1.4rem;
    }
    
    div#datafetch ul {
        max-height: 700px;
    }

    section#newsAndMedia .right .post {
        max-height: 262px;
    }

    section#newsAndMedia .right .post .media {
        padding-bottom: 250px;
    }
    
    section#newsAndMedia .right .post a.programm-cat, section#newsAndMedia .left .post a.programm-cat {
        font-size: 14px;
    }
    
    
    .topPostType .posts .post .innerPost .multiProgram {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            align-items: baseline;
        }
        
        .topPostType .posts .post .innerPost .multiProgram .progToggle {
            right: auto;
            left: -2px;
            margin-top: -12px;
            position: relative;
            top: auto;
            margin-right: 15px;
        }
        
        .topPostType .posts .post .innerPost .multiProgram .moreProgs {
            top: calc(100% + 10px);
            display: flex;
            flex-direction: unset;
            flex-wrap: wrap;
        }
    
    .topPostType .posts .post .innerPost .content .title a {
        margin-bottom: 10px;
    }
    
    
    
    .rightPostType .rows .row .right {
            align-items: flex-start;
        }
    
        .rightPostType .rows .row .right .description {
            text-align: left;
            margin-bottom: 10px;
        }
        
        .rightPostType .rows .row .right .title p {
            text-align: left !important;
        }
        
        .rightPostType .rows .row .right .viewAllLink2 {
            margin-top: 10px;
        }
    
    .bottomPostType .post {
        width: 100%;
        margin-bottom: 20px;
        padding-left: 12px;
        padding-right: 12px;
    }
    
    .bottomPostType .post .inner .right {
        border-right: none;
    }
    
    
    .bottomPostType .post .inner .right .title a {
        font-size: 15px;
    }
    
    .bottomPostType .post .inner .right .categories {
        font-size: 14px;
    }
    
    .viewAllLink:before {
        display: none;
    }
    
    #news .articles .article .image .title a {
        font-size: 16px;
    }
    
    #news .articles .article .image .title {
        line-height: 20px;
    }
    
    section#seats .seatsEntries .row .seat .seatTitle a {
        font-size: 17px;
    }
    
    section#newsAndMedia .right .post .content .title a {
        font-size: 16px;
        margin-bottom: 5px;
    }


    section#newsAndMedia .left .post .content .title a {
    font-size: 22px;
    }

    .topPostType .posts .post .innerPost .content {
    max-width: calc(100% - 150px);
    }

    .topPostType .posts .post .media {
    width: 150px;
    padding-bottom: 150px;
    }

    .topPostType .posts .post .innerPost .multiProgram .moreProgs a.programm-cat {
    margin-right:10px;
    }

    #multiInfoTypes ul.splide__pagination {

    left: 0px;
    right: auto;
    width: auto;
    padding-left: 10px;
    padding-right: 0px;
    }

    .projectsSlide ul.splide__pagination {
    bottom: 30px;
    }

    #multiInfoTypes ul.splide__pagination .splide__pagination__page.is-active {
    background: var(--primcol);
    }

    #multiInfoTypes ul.splide__pagination .splide__pagination__page {
    margin-right: 5px;
    margin-left: 5px;
    }

    .bottomPostType .post .inner {
    background: #f7f6f5;
    }

    .bottomPostType .post:first-child .inner .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    }

    .bottomPostType ul.splide__pagination {
    bottom: -15px;
    padding-left:3% !important;
    }

    #news .articles .article .content .multiProgram {width: calc(100% - 30px);display: flex;flex-direction: row;align-items: center;margin-bottom:10px;}

    #news .articles .article .content .programm > .programm-cat {
    order: 2;
    width: 100%;
    }

    #news .articles .article .content .multiProgram .moreProgs {position: absolute;width: 100%;bottom: 100%;background: #fff;box-shadow: 0px 0px 10px rgb(0 0 0 / 18%);border-radius: 10px;padding: 10px;display: flex;flex-wrap: wrap;flex-direction: unset;}

    #news .articles .article .content .multiProgram .progToggle {
    position: relative;
    right: auto;
    margin-right:15px;
    }

    #news .articles .article .content .multiProgram .moreProgs a.programm-cat {margin-right: 10px;}


    #news ul.splide__pagination .splide__pagination__page.is-active {
    background: var(--primcol);
    }

    #news ul.splide__pagination .splide__pagination__page {
    margin-right: 5px;
    margin-left: 5px;
    }

    #news ul.splide__pagination {
    bottom:-30px;
    }
}

@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
    section#newsAndMedia .right .post {
        max-height: 262px;
    }
    section#newsAndMedia .right .post .media {
        padding-bottom: 250px;
    }
    
    section#newsAndMedia .right .post a.programm-cat, section#newsAndMedia .left .post a.programm-cat {
        font-size: 14px;
    }
    
    
    .topPostType .posts .post .innerPost .multiProgram {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            align-items: baseline;
        }
        
        .topPostType .posts .post .innerPost .multiProgram .progToggle {
            right: auto;
            left: -2px;
            margin-top: -12px;
            position: relative;
            top: auto;
            margin-right: 15px;
        }
        
        .topPostType .posts .post .innerPost .multiProgram .moreProgs {
            top: calc(100% + 10px);
            display: flex;
            flex-direction: unset;
            flex-wrap: wrap;
        }
    
    .topPostType .posts .post .innerPost .content .title a {
        margin-bottom: 10px;
        font-size: 15px;
    }
    
    .bottomPostType .post {
        width: 100% !important;
        margin-bottom: 20px;
    }
    
    .bottomPostType .post .inner .right {
        border-right: none;
    }
    
    
    .bottomPostType .post .inner .right .title a {
        font-size: 15px;
    }
    
    .bottomPostType .post .inner .right .categories {
        font-size: 14px;
    }

    .bottomPostType .post {
        width: auto;
    }
    
    .bottomPostType .post .inner .right {
        border-right: none !important;
    }
    
    
    .viewAllLink:before {
        display: none;
    }
    
    #news .articles .article .image .title a {
        font-size: 16px;
    }
    
    #news .articles .article .image .title {
        line-height: 20px;
    }
    
    section#seats .seatsEntries .row .seat .seatTitle a {
        font-size: 16px;
    }
    
    section#newsAndMedia .right .post .content .title a {
        font-size: 16px;
        margin-bottom: 5px;
    }


    section#newsAndMedia .left .post .content .title a {
        font-size: 22px;
    }

    .topPostType .posts .post .innerPost .content {
        max-width: calc(100% - 150px);
    }

    .topPostType .posts .post .media {
        width: 150px;
        padding-bottom: 150px;
    }

    .topPostType .posts .post .innerPost .multiProgram .moreProgs a.programm-cat {
        margin-right:10px;
    }

    #multiInfoTypes ul.splide__pagination {
        left: 0px;
        right: auto;
        width: auto;
        padding-left: 0px;
        padding-right: 0px;
    }

    .projectsSlide ul.splide__pagination {
        bottom: 5px;
    }

    #multiInfoTypes ul.splide__pagination .splide__pagination__page.is-active {
        background: var(--primcol);
    }

    #multiInfoTypes ul.splide__pagination .splide__pagination__page {
        margin-right: 5px;
        margin-left: 5px;
    }

    .bottomPostType .post .inner {
        background: #f7f6f5;
    }

    .bottomPostType .post:first-child .inner .right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        border: none !important;
    }

    .bottomPostType ul.splide__pagination {
        bottom: -15px;
        padding-left: 0% !important;
    }

    #news .articles .article .content .multiProgram {width: calc(100% - 30px);display: flex;flex-direction: row;align-items: center;margin-bottom:10px;}

    #news .articles .article .content .programm > .programm-cat {
        order: 2;
    }

    #news .articles .article .content .multiProgram .moreProgs {position: absolute;width: 100%;bottom: 100%;background: #fff;box-shadow: 0px 0px 10px rgb(0 0 0 / 18%);border-radius: 10px;padding: 10px;display: flex;flex-wrap: wrap;flex-direction: unset;}

    #news .articles .article .content .multiProgram .progToggle {
        position: relative;
        right: auto;
        margin-right:15px;
    }

    #news .articles .article .content .multiProgram .moreProgs a.programm-cat {margin-right: 10px;}


    #news ul.splide__pagination .splide__pagination__page.is-active {
        background: var(--primcol);
    }

    #news ul.splide__pagination .splide__pagination__page {
        margin-right: 5px;
        margin-left: 5px;
    }

    #news ul.splide__pagination {
        bottom:-30px;
    }

    
    .topPostType .posts .post {
        padding: 0px !important;
    }
}



@media (min-width: 320px) and (max-width: 480px) {
    .heading {
        justify-content: flex-start !important;
        flex-wrap: wrap;
    }
    
    .viewAllLink:before {
        display: none;
    }
    
    .viewAllLink {
        margin-top: 15px;
    }
    
    .heading img {
        width: 100%;
    }
    
    section#footerTop .footerlogo img {
        max-height: 65px;
    }
    
    .headerTop .logo img {
        max-height: 60px;
    }
    
    .bigtitle.style1 img {
        width: 100%;
        height: 80px;
        object-fit: cover;
    }

    main#home-page .bigtitle > span:before {
        display: none;
    }

    main#home-page {
        padding-top: 0px;
    }
    
    #newsAndMedia .newsAndMediaSlide {
        padding: 0px;
    }

    #newsAndMedia .loaderPlaceholder {
        position: absolute;
        z-index: 2;
        background: #fff;
        left: 0px;
        top: 0px;
        width: 100%;
        height: calc(100% + 10px);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    section#newsAndMedia .left .post .media {
        padding-bottom: 300px;
    }
    
    section#newsAndMedia .left .post .content .title a {
        font-size: 15px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
        margin-bottom: 10px;
        font-weight: normal;
    }
    section#newsAndMedia .left .post .content .authors span {
        font-size: 13px;
    }

    .multiAuthors .moreAuthors {
        left: 0px;
        width: auto;
    }
    
    .multiAuthors .moreAuthors:before {left: 105px;}

    section#newsAndMedia .left .post .content .title {
        line-height: 20px;
    }

    section#newsAndMedia .right .post a.programm-cat, section#newsAndMedia .left .post a.programm-cat {
        font-size: 12px;
    }
    

    #newsAndMedia .innerContainer > .row:before {
        display: none;
    }
    
    section#newsAndMedia:before {
        display: none;
    }


    section#newsAndMedia .splide__slide:not(.is-active) {
        filter: brightness(0.6) opacity(0.5) sepia(10);
    }
    
    section#newsAndMedia .splide__slide {
        transition: 0.15s linear all !important;
    }
    
    
    section#newsAndMedia .post .content .categories span {
        font-size: 13px;
        font-weight: 400;
    }
    
    section#newsAndMedia ul.splide__pagination {
        position: relative;
        bottom: -5px;
    }

    section#newsAndMedia .left {
        padding: 0px;
    }
    
    
    section#newsAndMedia .splide__pagination .splide__pagination__page {
        width: 20px;
        height: 10px;
        border-radius: 10px;
        background: var(--primcol);
        transition: 0.2s linear all;
    }
    
    section#newsAndMedia .splide__pagination .splide__pagination__page.is-active {
        transform: none;
        width: 40px;
        background: var(--seccol);
    }
    
    
    section#folder {
        margin-top: 25px;
        margin-bottom: 35px;
        padding-bottom: 50px;
    }

    #search-modal-container .closeSearch {
        width: 30px;
        height: 30px;
        right: 10px;
        top: 10px;
    }
    
    #search-modal-container .search-modal-background .search-modal {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    #search-modal-container .search-modal-background .search-modal .inner {
        margin-top: 10px;
        padding: 0px;
    }
    
    #search-modal-container .search_bar input {
        font-size: 1.4rem;
    }
    
    div#datafetch {
        margin-top: 20px;
    }
    
    div#datafetch ul {
        max-height: 492px;
    }
    
    div#datafetch ul li a {
        font-size: 16px;
    }

    .mobile-nav-active .mobile-nav > ul {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .mobile-nav a {
        letter-spacing: 1px;
        font-size: 1.2rem;
        padding: 5px 0px;
    }
    
    .mobile-nav .drop-down ul a {
        font-size: 14px;
    }


    .bigtitle.style1 > span {
        font-size: 28px;
    }
    
    .folderPosts .post .inner .right .title a {
        font-size: 16px;
        top: 0px;
        left: 0px;
        margin-bottom: 10px;
    }
    
    .folderPosts .post .inner .right .shortDesc {
        font-size: 13px;
    }
    
    #folder .folderPosts .post {
        margin-bottom: 25px;
    }
    
    #folder .folderPosts .post:last-child {
        margin-bottom: 0px;
    }
    
    .bigtitle.style2 > span {
        font-size: 28px;
    }
    
    .bigtitle {
        width: 100%;
    }

    .bigtitle > span:before {
        width: 25px;
    }

    .progress-wrap {
        right: 5px;
        bottom: 60px;
        height: 35px;
        width: 35px;
        background: #fff;
    }
    
    .progress-wrap::before {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .progress-wrap::after {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }


    .topPostType .desc {
        padding-top: 15px;
        padding-bottom: 50px;
    }
    
    .topPostType .desc p {
       font-size:15px;
    }
    
    .topPostType .posts .post {
        padding-left: 12px;
        padding-right: 12px !important;
    }
    
    .topPostType .posts .post .innerPost {
        flex-direction: column;
    }
    
    .topPostType .posts .post .media {
        width: 100%;
    }
    
    
    .topPostType .posts .post .media:before {
        display:none;
    }
    
    
    .topPostType .posts .post .media img {
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0px;
    }
    
    .topPostType .posts .post .innerPost .content {
        max-width: 100%;
        /* height: auto; */
    }
    
    .topPostType .posts .post .innerPost .content .title a {
        font-size: 14px;
    }
    
    .topPostType .posts .post .innerPost .content .thematiki span {
        font-size: 13px;
    }


    .topPostType .loaderPlaceholder {
        position: absolute;
        z-index: 2;
        background: #fff;
        width: calc(100% - 24px);
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: baseline;
    }
    
    
    #multiInfoTypes .left.col-lg-8.col-md-12.col-sm-12 {
        overflow: hidden;
        position: relative;
    }
    
    
     .topPostType ul.splide__pagination {
        position: relative;
    }
    
    
    .topPostType .splide__pagination .splide__pagination__page {
        width: 20px;
        height: 10px;
        border-radius: 10px;
        background: var(--primcol);
        transition: 0.2s linear all;
    }
    
    .topPostType .splide__pagination .splide__pagination__page.is-active {
        transform: none;
        width: 40px;
        background: var(--seccol);
    }
    
    .topPostType {
        margin-bottom: 50px;
    }




    #multiInfoTypes .bottomPostType {
        margin-bottom: 50px;
    }
    
    #multiInfoTypes .bottomPostType .eventsSlide .splide__slide .post {
        border: 2px solid var(--bgcol);
        margin-left: 12px;
        margin-right: 12px;
        border-radius: 5px;
        margin-top: 30px;
    }
    
    .bottomPostType .post:first-child .inner .right {
        border: none;
        width: 100%;
        padding-right: 8px;
        padding-left: 8px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .bottomPostType .post .inner .left .year {
        transform: rotate(0deg);
        position: relative !important;
        left: 0px;
        top: auto;
        margin-top: 0px;
        width: auto;
    }
    
    .bottomPostType .post .inner .left {
        width: 95px;
        position: absolute;
        top: -2px;
        left: 20px;
    }
    
    .bottomPostType .post .inner .left .monthday {
        margin-top: -6px;
        flex-direction: row;
        left: 28px;
    }
    
    .bottomPostType .post .inner .left .monthday span {
        color: var(--thirdcol40);
    }
    
    
    .bottomPostType ul.splide__pagination {
        position: relative;
        bottom: -10px;
    }
    
    
    .bottomPostType .splide__pagination .splide__pagination__page {
        width: 20px;
        height: 10px;
        border-radius: 10px;
        background: var(--primcol);
        transition: 0.2s linear all;
    }
    
    .bottomPostType .splide__pagination .splide__pagination__page.is-active {
        transform: none;
        width: 40px;
        background: var(--seccol);
    }
    
    .bottomPostType .post .inner .right .title a {
        font-size: 14px;
    }
    
    .bottomPostType .post .inner .right .categories {
        font-size: 13px;
    }


    .rightPostType .rows .row .right .viewAllLink2 {
        position: relative;
        margin-top: 10px;
        height: 33px;
        max-width: 170px;
    }
    
    .rightPostType .rows .row .right .description {
        font-size: 12px;
        line-height: 16px;
    }
    
    .rightPostType .rows .row .right .description strong {
        font-size: 13px;
    }
    
    section#news {
        margin-top: 50px;
    }
    
    #news .heading {
        margin-bottom: 20px;
    }
    
    #news .articles .article {
        padding-right: 12px !important;
        padding-left: 12px !important;
    }
    
    #news .articles {
        padding-top: 25px;
        padding-bottom: 25px;
    }



    .newsSlide ul.splide__pagination {
        position: relative;
        bottom: -10px;
    }


    .newsSlide .splide__pagination .splide__pagination__page {
        width: 20px;
        height: 10px;
        border-radius: 10px;
        background: var(--primcol);
        transition: 0.2s linear all;
    }

    .newsSlide .splide__pagination .splide__pagination__page.is-active {
        transform: none;
        width: 40px;
        background: var(--seccol);
    }

    #news .articles .article .image .title a {
        font-size: 15px;
    }





    #seats .bigtitle.style1 > span {
        font-size: 22px;
        line-height: 26px;
    }
    
    section#seats .seatsEntries .row .seat {
        margin-bottom: 25px;
    }
    
    section#seats .seatsEntries .row .seat:last-child {
        margin-bottom: 0px;
    }
    
    section#seats .seatsEntries .row .seat .seatTitle a {
        font-size: 15px;
    }
    
    section#seats .seatsEntries .row .seat .seatTitle {
        margin-top: 5px;
    }
    
    #newsletter .newsletterForm {
        padding-top: 20px;
    }
    
    #newsletter .newsletterForm .left .desc p {
        font-size: 15px;
    }
    
    #newsletter .newsletterForm .left .form .gdpr .checkb label {
        font-size: 12px;
    }
    
    #newsletter .newsletterForm .left .formColFull .viewAllLink2 {
        margin-top: 20px;
    }
    
    #newsletter .newsletterForm .right {
        padding-left: 12px;
        margin-top: 50px;
    }
    
    #newsletter .newsletterForm .right .newsletterEntries .entry .title a {
        font-size: 16px;
        line-height: 18px;
    }
    
    #newsletter .newsletterForm .right .newsletterEntries .entry .title {
        line-height: 18px;
        margin-bottom: 5px;
    }
    
    
    #footerBottom ul#menu-footer-bottom-menu li a {
        font-size: 13px;
        margin-left: 5px;
        margin-right: 5px;
    }  
    
    

    .topPostType .posts .post .innerPost .multiProgram .moreProgs {
        height: 104px !important;
        overflow: auto;
    }
    
    /* width */
    .topPostType .posts .post .innerPost .multiProgram .moreProgs::-webkit-scrollbar {
      width: 4px;
    }
    
    /* Track */
    .topPostType .posts .post .innerPost .multiProgram .moreProgs::-webkit-scrollbar-track {
      background: #f1f1f1;
    }
    
    /* Handle */
    .topPostType .posts .post .innerPost .multiProgram .moreProgs::-webkit-scrollbar-thumb {
      background: #aea299;
    }
    
    
    
    .rightPostType .rows .row .left {
        width: 80px;
    }
    
    .rightPostType .rows .row .right {
        width: calc(100% - 80px);
    }
    
    .viewAllLink2 > a {
        font-size: 12px;
    }
    
    .rightPostType .rows .row .right .title strong {
        font-size: 13px;
    }
    
    .rightPostType .rows .row .right .title {
        line-height: 16px;
    }
    
    .rightPostType .rows {
        margin-top: 0px;
    }
    
    #news .articles .article .image .title {
        line-height: 20px;
    }
    
    #news .articles .article .content .programm .programm-cat {
        font-size: 14px;
    }

}


@media (min-width: 481px) and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 4) and (orientation: landscape) {
    .heading {
        justify-content: flex-start !important;
        flex-wrap: wrap;
    }
    
    .viewAllLink:before {
        display: none;
    }
    
    .viewAllLink {
        margin-top: 15px;
    }
    
    .heading img {
        width: 100%;
    }
    
    section#footerTop .footerlogo img {
        max-height: 65px;
    }
    
    .headerTop .logo img {
        max-height: 60px;
    }
    
    .bigtitle.style1 img {
        width: 100%;
        height: 80px;
        object-fit: cover;
    }

    main#home-page .bigtitle > span:before {
        display: none;
    }

    main#home-page {
        padding-top: 0px;
    }

    .newsAndMediaSlide {
        padding: 0px !important;
    }


    #newsAndMedia .loaderPlaceholder {
        position: absolute;
        z-index: 2;
        background: #fff;
        left: 0px;
        top: 0px;
        width: 100%;
        height: calc(100% + 10px);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    section#newsAndMedia .left {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    section#newsAndMedia .left .post .media {
        padding-bottom: 260px;
    }
    
    section#newsAndMedia .left .post .content .title a {
        font-size: 15px;
        font-weight: normal;
    }
    section#newsAndMedia .left .post .content .authors span {
        font-size: 13px;
    }

    section#newsAndMedia .left .post .content .title {
        line-height: 20px;
    }
    

    #newsAndMedia .innerContainer > .row:before {
        display: none;
    }
    
    section#newsAndMedia:before {
        display: none;
    }


    section#newsAndMedia .splide__slide:not(.is-active) {
        filter: brightness(0.6) opacity(0.5) sepia(10);
    }
    
    section#newsAndMedia .splide__slide {
        transition: 0.15s linear all !important;
    }
    
    section#newsAndMedia .post .content .categories span {
        font-size: 13px;
        font-weight: 400;
    }
    
    section#newsAndMedia ul.splide__pagination {
        position: relative;
        bottom: -5px;
    }
    
    
    section#newsAndMedia .splide__pagination .splide__pagination__page {
        width: 20px;
        height: 10px;
        border-radius: 10px;
        background: var(--primcol);
        transition: 0.2s linear all;
    }
    
    section#newsAndMedia .splide__pagination .splide__pagination__page.is-active {
        transform: none;
        width: 40px;
        background: var(--seccol);
    }
    
    
    section#folder {
        margin-top: 25px;
        margin-bottom: 26px;
        padding-bottom: 50px;
        padding-top: 0px;
    }

    #search-modal-container .closeSearch {
        width: 30px;
        height: 30px;
        right: 10px;
        top: 10px;
    }
    
    #search-modal-container .search-modal-background .search-modal {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    #search-modal-container .search-modal-background .search-modal .inner {
        margin-top: 10px;
        padding: 0px;
    }
    
    #search-modal-container .search_bar input {
        font-size: 1.4rem;
    }
    
    div#datafetch {
        margin-top: 20px;
    }
    
    div#datafetch ul {
        max-height: 215px;
    }
    
    div#datafetch ul li a {
        font-size: 14px;
        line-height: 16px;
    }

    .mobile-nav-active .mobile-nav > ul {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .mobile-nav a {
        letter-spacing: 1px;
        font-size: 1.2rem;
        padding: 5px 0px;
    }
    
    .mobile-nav .drop-down ul a {
        font-size: 14px;
    }


    .bigtitle.style1 > span {
        font-size: 28px;
    }
    
    .folderPosts .post .inner .right .title a {
        font-size: 16px;
        top: 0px;
        left: 0px;
        margin-bottom: 10px;
    }
    
    .folderPosts .post .inner .right .shortDesc {
        font-size: 13px;
    }
    
    #folder .folderPosts .post {
        margin-bottom: 25px;
    }
    
    #folder .folderPosts .post:last-child {
        margin-bottom: 0px;
    }
    
    .bigtitle.style2 > span {
        font-size: 28px;
    }
    
    .bigtitle {
        width: 100%;
    }

    .progress-wrap {
        right: 5px;
        bottom: 60px;
        height: 35px;
        width: 35px;
        background: #fff;
    }
    
    .progress-wrap::before {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .progress-wrap::after {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }


    .topPostType .desc {
        padding-top: 15px;
        padding-bottom: 50px;
    }
    
    .topPostType .desc p {
       font-size:15px;
    }
    
    .topPostType .posts .post .innerPost {
        flex-direction: column;
    }
    
    .topPostType .posts .post .media {
        width: 100%;
    }
    
    
    .topPostType .posts .post .media:before {
        display:none;
    }
    
    
    .topPostType .posts .post .media img {
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0px;
    }
    
    .topPostType .posts .post .innerPost .content {
        max-width: 100%;
    }
    
    .topPostType .posts .post .innerPost .content .title a {
        font-size: 14px;
    }
    
    .topPostType .posts .post .innerPost .content .thematiki span {
        font-size: 13px;
    }
    
    
     .topPostType ul.splide__pagination {
        position: relative;
    }
    

    .topPostType .loaderPlaceholder {
        position: absolute;
        z-index: 2;
        background: #fff;
        width: calc(100% - 24px);
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: baseline;
    }
    
    
    #multiInfoTypes .left.col-lg-8.col-md-12.col-sm-12 {
        overflow: hidden;
        position: relative;
    }
    
    .topPostType .splide__pagination .splide__pagination__page {
        width: 20px;
        height: 10px;
        border-radius: 10px;
        background: var(--primcol);
        transition: 0.2s linear all;
    }
    
    .topPostType .splide__pagination .splide__pagination__page.is-active {
        transform: none;
        width: 40px;
        background: var(--seccol);
    }
    
    .topPostType {
        margin-bottom: 50px;
    }




    #multiInfoTypes .bottomPostType {
        margin-bottom: 50px;
    }
    
    #multiInfoTypes .bottomPostType .eventsSlide .splide__slide .post {
        border: 2px solid var(--bgcol);
        border-radius: 5px;
        margin-top: 30px;
    }
    
    .bottomPostType .post:first-child .inner .right {
        border: none;
        width: 100%;
        padding-right: 8px;
        padding-left: 8px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .bottomPostType .post .inner .left .year {
        transform: rotate(0deg);
        position: relative !important;
        left: 0px;
        top: auto;
        margin-top: 0px;
        width: auto;
    }
    
    .bottomPostType .post .inner .left {
        width: 95px;
        position: absolute;
        top: -2px;
        left: 20px;
    }
    
    .bottomPostType .post .inner .left .monthday {
        margin-top: -6px;
        flex-direction: row;
        left: 28px;
    }
    
    .bottomPostType .post .inner .left .monthday span {
        color: var(--thirdcol40);
    }
    
    
    .bottomPostType ul.splide__pagination {
        position: relative;
        bottom: -10px;
    }
    
    
    .bottomPostType .splide__pagination .splide__pagination__page {
        width: 20px;
        height: 10px;
        border-radius: 10px;
        background: var(--primcol);
        transition: 0.2s linear all;
    }
    
    .bottomPostType .splide__pagination .splide__pagination__page.is-active {
        transform: none;
        width: 40px;
        background: var(--seccol);
    }
    
    .bottomPostType .post .inner .right .title a {
        font-size: 14px;
    }
    
    .bottomPostType .post .inner .right .categories {
        font-size: 13px;
    }


    .rightPostType .rows .row .right .viewAllLink2 {
        position: relative;
        margin-top: 10px;
    }
    
    .rightPostType .rows .row .right .description {
        font-size: 13px;
    }
    
    .rightPostType .rows .row .right .description strong {
        font-size: 13px;
    }
    
    section#news {
        margin-top: 50px;
    }
    
    #news .heading {
        margin-bottom: 20px;
    }
    
    #news .articles {
        padding-top: 25px;
        padding-bottom: 25px;
    }



    .newsSlide ul.splide__pagination {
        position: relative;
        bottom: -10px;
    }


    .newsSlide .splide__pagination .splide__pagination__page {
        width: 20px;
        height: 10px;
        border-radius: 10px;
        background: var(--primcol);
        transition: 0.2s linear all;
    }

    .newsSlide .splide__pagination .splide__pagination__page.is-active {
        transform: none;
        width: 40px;
        background: var(--seccol);
    }

    #news .articles .article .image .title a {
        font-size: 13px;
    }





    #seats .bigtitle.style1 > span {
        font-size: 22px;
        line-height: 26px;
    }
    
    section#seats .seatsEntries .row .seat {
        margin-bottom: 25px;
        width: 50%;
    }
    
    section#seats .seatsEntries .row .seat:last-child {
        margin-bottom: 0px;
    }
    
    section#seats .seatsEntries .row .seat .seatTitle a {
        font-size: 15px;
    }
    
    section#seats .seatsEntries .row .seat .seatTitle {
        margin-top: 5px;
    }
    
    #newsletter .newsletterForm {
        padding-top: 20px;
    }
    
    #newsletter .newsletterForm .left .desc p {
        font-size: 15px;
    }
    
    #newsletter .newsletterForm .left .form .gdpr .checkb label {
        font-size: 12px;
    }
    
    #newsletter .newsletterForm .left .formColFull .viewAllLink2 {
        margin-top: 20px;
    }
    
    #newsletter .newsletterForm .right {
        padding-left: 12px;
        margin-top: 50px;
    }
    
    #newsletter .newsletterForm .right .newsletterEntries .entry .title a {
        font-size: 16px;
        line-height: 18px;
    }
    
    #newsletter .newsletterForm .right .newsletterEntries .entry .title {
        line-height: 18px;
        margin-bottom: 5px;
    }
    
    
    #footerBottom ul#menu-footer-bottom-menu li a {
        font-size: 13px;
        margin-left: 5px;
        margin-right: 5px;
    }  

    section#newsAndMedia .right .splide__track {
        padding-right: 150px !important;
    }

    section#folder .bigtitle.style1 {
        margin-bottom: 30px;
    }

    .topPostType .splide__slide {
        width: 50% !important;
    }

    .topPostType .splide__slide .post {
        padding:6px;
    }

    .topPostType .posts {
        padding-left: 6px;
        padding-right: 6px;
    }

    #multiInfoTypes .bottomPostType .eventsSlide .splide__slide {
        width: 50% !important;
        padding: 6px;
    }

    #multiInfoTypes .bottomPostType .eventsSlide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .rightPostType .rows .row .right .description * {
        text-align: right !important;
    }

    #news .articles .splide__slide {
        width: 50% !important;
    }

    #news .articles {
        padding-left: 6px;
        padding-right: 6px;
    }

    #news .articles .article .image .title {
        line-height: 18px;
    }

    #news .articles .article .content .thematiki span {
        font-size: 13px;
    }

    section#seats {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .mobileNavigation .navigationBar ul .drop-down > ul {
        padding-top: 135px;
    }
    
    .mobileNavigation .navigationBar ul .drop-down > ul li a {
        font-size: 14px;
    }


    .topPostType .posts .post .innerPost .content .title {
        margin-bottom: 10px;
    }
    
    .topPostType .posts .post .innerPost .multiProgram a.programm-cat {
        font-size: 13px;
    }
    
    #news .articles .article .content .programm .programm-cat {
        font-size: 13px;
    }
    
    #news .articles .article .content .multiProgram .progToggle {
        position: relative;
        order: 1;
        right: auto;
        left: -4px;
        margin-right: 10px;
    }
    
    #news .articles .article .content .multiProgram {
        display: flex;
    }
    
    #news .articles .article .content .multiProgram .moreProgs {
        position: absolute;
        top: auto;
        bottom: 100%;
        background: #fff;
        border-radius: 10px;
        padding: 10px;
        left: 0px;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 18%);
    }
    
    #news .articles .article .content .programm > .programm-cat {
        order: 2;
    }
    
    #news .articles .article .content .multiProgram .moreProgs .programm-cat {
        font-size: 12px;
    }
}


/* ======================================================================== */





/* ============================= ELIAMEP ================================== */

@media (min-width: 1025px) and (max-width: 1199px) {
    .hasSidebar .row > .left {
        width: 100%;
    }
    
    .hasSidebar .row > .right {
        width: 100%;
    }
    
    .hasSidebar .left .customSidebar{
        height: 400px;
    }
    
    
    .hasSidebar .left .customSidebar .menu {
        display: flex;
        height: auto;
        overflow: hidden;
        flex-wrap: wrap;
    }
    
    .hasSidebar .left .customSidebar .menu > li > a {
        font-size: 25px;
    }
    
    .hasSidebar .left .customSidebar .side-1 {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    
    .hasSidebar .left .customSidebar .menu .menu-item-has-children > .sub-menu {
        height: 170px !important;
        overflow: auto;
    }
    .eliamep-container.hasSidebar {
        padding-top: 35px;
    }
}


@media (min-width: 992px) and (max-width: 1024px) {
    .hasSidebar .row > .left {
        width: 100%;
    }
    
    .hasSidebar .row > .right {
        width: 100%;
    }
    
    .hasSidebar .left .customSidebar{
        height: 400px;
    }
    
    
    .hasSidebar .left .customSidebar .menu {
        display: flex;
        height: auto;
        overflow: hidden;
    }
    
    .hasSidebar .left .customSidebar .menu > li > a {
        font-size: 25px;
    }
    
    .hasSidebar .left .customSidebar .side-1 {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    
    .hasSidebar .left .customSidebar .menu .menu-item-has-children > .sub-menu {
        height: 138px !important;
        overflow: auto;
    }
    .eliamep-container.hasSidebar {
        padding-top: 35px;
    }
}

@media (max-width: 1024px) and (min-width: 740px) and (orientation: portrait) {
    .eliamep-container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .eliamep-container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .eliamep-container .right .part .bigtitle.style2 {
        margin-bottom: 20px;
    }
    
    .eliamep-container .right .part {
        font-size: 14px;
    }
    
    .eliamep-container .right {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .eliamep-container .right .part:not(.bgcol) {
        padding-left: 12px;
        padding-right: 12px;
    }
    
    .eliamep-container .right .part.bgcol {
        padding-left: 12px;
        padding-right: 12px;
    }
    
    .bigtitle > span:before {
        width: 25px;
    }
    
    .float-nav > a.main-nav-menu-btn {
        width: 35px;
        height: 35px;
    }
    
    .float-nav {
        bottom: 105px;
    }
    
    .main-nav-menu .menu > li > a {
        font-size: 18px;
    }
    
    .main-nav-menu .menu > li {
        margin-bottom: 0px;
    }
    
    .main-nav-menu .menu > li .sub-menu li a {
        font-size: 12px;
        padding: 5px 20px;
    }
}


@media (min-width: 481px) and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 4) and (orientation: landscape) {
    .eliamep-container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .eliamep-container .right .part .bigtitle.style2 {
        margin-bottom: 20px;
    }
    
    .eliamep-container .right .part {
        font-size: 14px;
    }
    
    .eliamep-container .right {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .eliamep-container .right .part:not(.bgcol) {
        padding-left: 12px;
        padding-right: 12px;
    }
    
    .eliamep-container .right .part.bgcol {
        padding-left: 12px;
        padding-right: 12px;
    }
    
    .bigtitle > span:before {
        width: 25px;
    }
    
    .float-nav > a.main-nav-menu-btn {
        width: 35px;
        height: 35px;
    }
    
    .float-nav {
        bottom: 105px;
    }
    
    .main-nav-menu .menu > li > a {
        font-size: 18px;
    }
    
    .main-nav-menu .menu > li {
        margin-bottom: 0px;
    }
    
    .main-nav-menu .menu > li .sub-menu li a {
        font-size: 12px;
        padding: 5px 20px;
    }
}

/* ======================================================================== */




/* ============================= OROSIMA ================================== */



@media (min-width: 1025px) and (max-width: 1199px) {
    #orosima .landmarks .direction-r {
        width: calc(75%);
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    #orosima .landmarks .direction-r {
        width: calc(75%);
    }
}

@media (max-width: 1024px) and (min-width: 740px) and (orientation: portrait) {
    #orosima .right > .pastDirectors .col-lg-6.col-md-12 {
        width: 50%;
    }
    
    .mediumTitle > span {
        font-size: 18px;
    }
    
    .pastDirectors .formerPresidents .president .date {
        font-size: 24px;
    }
    
    #orosima .landmarks .direction-r {
        width: calc(65%);
    }
    
    #orosima .landmarks .time {
        font-size: 24px;
    }
}


@media (min-width: 320px) and (max-width: 480px) {
    #orosima .right > .description {
        font-size: 14px;
        margin-bottom: 50px;
        padding-left: 12px;
        padding-right: 12px;
    }
    
    .mediumTitle > span:before {
        display: none;
    }
    
    .mediumTitle > span {
        font-size: 16px;
    }
    
    .pastDirectors {
        gap: 30px;
        flex-direction: column;
        padding-left: 12px;
        padding-right: 12px;
    }
    
    #orosima .bigtitle {
       padding-left: 12px;
        padding-right: 12px; 
    }
    
    .pastDirectors .formerPresidents .president .date {
        font-size: 22px;
    }
    
    #orosima .landmarks > .description {
        font-size: 14px;
    }
    
    #orosima .landmarks {
        padding: 0 12px;
    }
    
    #orosima .landmarks .time {
        font-size: 14px;
        padding: 5px 12px;
    }
    
    #orosima .landmarks .direction-l {
        width: 70px;
    }
    
    #orosima .landmarks .direction-r {
        padding: 12px;
        margin-left: 30px;
        width: calc(70%);
    }
    
    #orosima .landmarks .direction-r .flag:after {
        width: 2px;
        right: calc(100% + 28px);
    }
    
    #orosima .landmarks .direction-r .flag:before {
        left: -38px;
    }
    
    #orosima .landmarks .desc {
        font-size: 12px;
        line-height: 18px;
    }
    
    #orosima .landmarks .flag {
        font-size: 14px;
        line-height: 14px;
    }
}


@media (min-width: 481px) and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 4) and (orientation: landscape) {
    #orosima .right > .description {
        font-size: 14px;
        margin-bottom: 50px;
        padding-left: 12px;
        padding-right: 12px;
    }
    
    .mediumTitle > span:before {
        display: none;
    }
    
    .mediumTitle > span {
        font-size: 16px;
    }
    
    .pastDirectors {
        gap: 30px;
        flex-direction: column;
        padding-left: 12px;
        padding-right: 12px;
    }
    
    #orosima .bigtitle {
       padding-left: 12px;
        padding-right: 12px; 
    }
    
    .pastDirectors .formerPresidents .president .date {
        font-size: 22px;
    }
    
    #orosima .landmarks > .description {
        font-size: 14px;
    }
    
    #orosima .landmarks {
        padding: 0 12px;
    }
    
    #orosima .landmarks .time {
        font-size: 14px;
        padding: 5px 12px;
    }
    
    #orosima .landmarks .direction-l {
        width: 70px;
    }
    
    #orosima .landmarks .direction-r {
        padding: 12px;
        margin-left: 30px;
        width: calc(70%);
    }
    
    #orosima .landmarks .direction-r .flag:after {
        width: 2px;
        right: calc(100% + 28px);
        height: calc(100% + 200px);
        margin-top: 0px;
    }
    
    #orosima .landmarks .direction-r .flag:before {
        left: -38px;
    }
    
    #orosima .landmarks .desc {
        font-size: 12px;
        line-height: 18px;
    }
    
    #orosima .landmarks .flag {
        font-size: 14px;
        line-height: 14px;
    }
}

/* ======================================================================== */




/* ============================= HUMAN RESOURCES ================================== */


@media (min-width: 1368px) and (max-width: 1600px) {
    #humanResources .eliamep-container .right .hrNav a {
        padding: 0px 20px;
        font-size: 15px;
    }
    
    #humanResources .eliamep-container .right .themFilter .nice-select .current {
        font-size: 15px;
    }
    
    .hr_search_bar input {
        font-size: 15px;
    }
    
    .hrContent .people .person .name {
        font-size: 16px;
        line-height: 18px;
        text-align: center;
    }

    .hrContent .people .person .status {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        line-clamp: 6;
        -webkit-box-orient: vertical;
        font-size: 13px;
        line-height: 15px;
    }

    #humanResources .eliamep-container .right .hrContent .bigtitle.style2 .text {
        font-size: 28px;
    }


    /* single */

    #projects-tab .projects-content-inner > div {
        width: 50%;
    }
    
    main#hr_singlePage .programSinglePage--postypes .row.post .posts .post {
        width: calc(50% - 8px);
    }
    
    .personPostContent > div:not(.postNav) {
        width: 50%;
    }
}


@media (min-width: 1200px) and (max-width: 1367px) {
    #humanResources .eliamep-container .right .hrNav a {
        padding: 0px 15px;
        font-size: 15px;
        height: 40px;
    }
    
    #humanResources .eliamep-container .right .themFilter .nice-select .current {
        font-size: 15px;
    }
    
    .hr_search_bar input {
        font-size: 15px;
        height: 40px;
    }
    
    .hrContent .people .person .name {
        font-size: 14px;
        line-height: 16px;
        text-align: center;
    }
    #humanResources .eliamep-container .right .hrContent .bigtitle.style2 > span {
        font-size: 22px;
    }
    .hrContent .people .person .title {
        font-size: 14px;
    }

    #humanResources .eliamep-container .right .themFilter .nice-select {
        height: 40px;
        line-height: 40px;
    }
    

    /* single */

    #projects-tab .projects-content-inner > div {
        width: 50%;
    }
    
    main#hr_singlePage .programSinglePage--postypes .row.post .posts .post {
        width: calc(50% - 8px);
    }
    
    .personPostContent > div:not(.postNav) {
        width: 50%;
    }

    .hrContent .people .person .status {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        line-clamp: 5;
        -webkit-box-orient: vertical;
        font-size: 12px;
    }
}


@media (min-width: 1025px) and (max-width: 1199px) {
    #humanResources .eliamep-container .right .hrNav a {
        padding: 0px 15px;
        font-size: 14px;
        min-width: 120px;
        height: 36px;
    }
    
    #humanResources .eliamep-container .right .themFilter .nice-select .current {
        font-size: 14px;
    }
    
    .hr_search_bar input {
        font-size: 14px;
        height: 36px;
    }

    #humanResources .eliamep-container .right .themFilter .nice-select {
        height: 36px;
        line-height: 36px;
    }
    
    .hrContent .people .person .name {
        font-size: 16px;
        line-height: 18px;
        text-align: center;
    }
    #humanResources .eliamep-container .right .hrContent .bigtitle.style2 > span {
        font-size: 25px;
    }

    #humanResources .eliamep-container .right .hrContent .people:last-child {
        margin-bottom: 0px;
    }

    /* single page */

    #hr_singlePage .left {
        width: 100%;
    }
    
    #hr_singlePage .left .inner {
        height: 318px;
    }
    
    #hr_singlePage .right {
        width: 100%;
    }
    
    #hr_singlePage .right #pills-tab .nav-link {min-width: 110px;}


    #projects-tab .projects-content-inner > div {
        width: 50%;
    }
    
    #projects-tab .projects-content-inner > div .thumbnail.project-thumbnail:before {padding-top: 260px;}
    
    main#hr_singlePage .programSinglePage--postypes .row.post .posts .post {
        width: calc(50% - 8px);
    }
    
    .personPostContent > div:not(.postNav) {
        width: 50%;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    #humanResources .eliamep-container .right .hrNav a {
        padding: 0px 15px;
        font-size: 15px;
        min-width: 120px;
        height: 38px;
    }
    
    #humanResources .eliamep-container .right .themFilter .nice-select .current {
        font-size: 15px;
    }
    
    .hr_search_bar input {
        font-size: 15px;
        height: 38px;
    }

    #humanResources .eliamep-container .right .themFilter .nice-select {
        height: 38px;
        line-height: 38px;
    }
    
    
    .hrContent .people .person .name {
        font-size: 17px;
        line-height: 18px;
        text-align: center;
    }
    #humanResources .eliamep-container .right .hrContent .bigtitle.style2 > span {
        font-size: 30px;
    }

    #humanResources .eliamep-container .right .hrContent .people:last-child {
        margin-bottom: 0px;
    }

    /* single page */

    #hr_singlePage .left {
        width: 100%;
    }
    
    #hr_singlePage .left .inner {
        height: 318px;
    }
    
    #hr_singlePage .right {
        width: 100%;
    }
    
    #hr_singlePage .right #pills-tab .nav-link {min-width: 110px;}


    #projects-tab .projects-content-inner > div {
        width: 50%;
    }
    
    #projects-tab .projects-content-inner > div .thumbnail.project-thumbnail:before {padding-top: 260px;}
    
    main#hr_singlePage .programSinglePage--postypes .row.post .posts .post {
        width: calc(50% - 8px);
    }
    
    .personPostContent > div:not(.postNav) {
        width: 50%;
    }
}


@media (max-width: 1024px) and (min-width: 740px) and (orientation: portrait) {
    #humanResources .eliamep-container .right .hrNav {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 14px;
    }
    
    #humanResources .eliamep-container .right .hrContent .people .person {padding: 0 12px;width: 50%;}
    
    #humanResources .eliamep-container .right .hrContent .people .person:nth-child(odd) {
        padding-right: 6px;
    }
    
    #humanResources .eliamep-container .right .hrContent .people .person:nth-child(even) {
        padding-left: 6px;
    }
    
    #humanResources .eliamep-container .right .hrContent .people:last-child {
        margin-bottom: 0px;
    }

    #humanResources .eliamep-container .right .hrNav a {
        height: 38px;
    }
    
    #humanResources .eliamep-container .right .themFilter .nice-select {
        height: 38px;
        line-height: 38px;
    }
    
    .hr_search_bar input {
        height: 38px;
    }


    /* single page */

    #hr_singlePage .left .inner {
    height: 300px;
    }

    #hr_singlePage article > .row {
    margin-right: 0px;
    }

    #hr_singlePage .left {
    padding-right: 0px;
    }

    #hr_singlePage .projects-archive {
    padding: 0px;
    }


    #projects-tab .projects-content-inner > div {
        width: 50%;
    }

    #projects-tab .projects-content-inner > div .thumbnail.project-thumbnail:before {padding-top: 260px;}

    main#hr_singlePage .programSinglePage--postypes .row.post .posts .post {
        width: calc(50% - 8px);
    }

    .personPostContent > div:not(.postNav) {
        width: 50%;
    }

    main#hr_singlePage .programSinglePage--postypes .row.post .posts .post:nth-child(even) .moreAuthors {
        left: auto;
    }

    main#hr_singlePage .programSinglePage--postypes .row.post .posts .post:nth-child(even) .moreAuthors:before {
        left: auto;
    }
}


@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
    #humanResources .eliamep-container .right .hrNav a {
        height: 38px;
    }
    
    #humanResources .eliamep-container .right .themFilter .nice-select {
        height: 38px;
        line-height: 38px;
    }
    
    .hr_search_bar input {
        height: 38px;
    }
}


@media (min-width: 320px) and (max-width: 480px) {

    #humanResources .eliamep-container .right .hrNav {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 6px;
        padding: 0px;
    }
    
    #humanResources .eliamep-container .right .hrContent .people .person {padding: 0 0px;width: 100%;}
    
    #humanResources .eliamep-container .right .hrContent .people .person:nth-child(odd) {
        padding-right: 0px;
    }
    
    #humanResources .eliamep-container .right .hrContent .people .person:nth-child(even) {
        padding-left: 6px;
    }
    
    #humanResources .eliamep-container .right .hrContent .people:last-child {
        margin-bottom: 0px;
    }
    
    .the-content * {
        font-size: 14px;
    }

    .the-content iframe {
        width: 100%;
    }
    
    #humanResources .eliamep-container .right .hrNav a {
        font-size: 11px;
        height: 35px;
        padding: 0px 14px;
    }
    
    #humanResources .eliamep-container .right .themFilter .nice-select {height: 35px;line-height: 32px;}
    
    #humanResources .eliamep-container .right .themFilter .nice-select .current {
        font-size: 12px;
    }
    
    .hr_search_bar input {
        font-size: 12px;
        height: 35px;
    }
    
    .filters .hr_search_bar {
        margin-top: 0px !important;
        padding: 0px;
    }
    
    #humanResources .eliamep-container .right .hrContent .bigtitle.style2 > span {
        font-size: 22px;
    }
    
    #humanResources .eliamep-container .right .hrContent .people {
        margin: 0px;
    }
    
    #humanResources .eliamep-container .right .filters {
        margin: 0px;
    }
    
    #humanResources .eliamep-container .right .bigtitle.style2 > span {
        font-size:22px;
    }
    
    #humanResources > .eliamep-container > .row {
        margin: 0px;
    }
    
    #humanResources .eliamep-container .right .themFilter {
        padding: 0px;
    }
    
    #humanResources .eliamep-container .right .hrContent .bigtitle.style2 {
        margin-top: 30px;
    }
    
    .hrContent .people .person .name {
        font-size: 16px;
    }
    
    .hrContent .people .person .title {
        font-size: 15px;
    }
    
    .hrContent .people .person .status {
        font-size: 13px;
    }


    /* single */


    #hr_singlePage .left {
        width: 100%;
        padding: 0px;
    }
    
    #hr_singlePage .left .inner {
        height: 318px;
    }
    
    #hr_singlePage .right {
        width: 100%;
        padding: 0px;
    }
    
    #hr_singlePage .right #pills-tab .nav-link {min-width: 110px;}
    
    .hrPostFooter {
        flex-direction: column-reverse;
    }
    
    .hrPostFooter .social-share-buttons {
        margin-top: 20px;
    }
    
    #hr_singlePage .left .inner .info h1 {
        font-size: 20px;
    }
    
    #hr_singlePage .left .inner .info .status {
        font-size: 14px;
    }
    
    #hr_singlePage article > .row {
        margin: 0px;
    }
    
    #hr_singlePage .right #pills-tab .nav-link {
        font-size: 14px;
        height: 36px;
        width: 100%;
    }
    
    #hr_singlePage .right #pills-tab .nav-item {
        width: calc(50% - 3px);
    }
}


@media (min-width: 481px) and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 4) and (orientation: landscape) {
    #humanResources .eliamep-container .right .hrNav {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 6px;
        padding: 0px;
    }
    
    #humanResources .eliamep-container .right .hrContent .people .person {padding: 0 0px;width: 50%;}
    
    #humanResources .eliamep-container .right .hrContent .people .person:nth-child(odd) {
        padding-right: 6px;
    }
    
    #humanResources .eliamep-container .right .hrContent .people .person:nth-child(even) {
        padding-left: 6px;
    }
    
    #humanResources .eliamep-container .right .hrContent .people:last-child {
        margin-bottom: 0px;
    }
    
    .the-content * {
        font-size: 14px;
    }

    .the-content iframe {
        width: 100%;
    }
    
    #humanResources .eliamep-container .right .hrNav a {
        font-size: 12px;
        height: 35px;
        padding: 0px 15px;
    }
    
    #humanResources .eliamep-container .right .themFilter .nice-select {height: 35px;line-height: 32px;}
    
    #humanResources .eliamep-container .right .themFilter .nice-select .current {
        font-size: 12px;
    }
    
    .hr_search_bar input {
        font-size: 12px;
        height: 35px;
    }
    
    .filters .hr_search_bar {
        padding: 0px;
        width: 50%;
        padding-left: 6px;
    }
    
    #humanResources .eliamep-container .right .hrContent .bigtitle.style2 > span {
        font-size: 22px;
    }
    
    #humanResources .eliamep-container .right .hrContent .people {
        margin: 0px;
    }
    
    #humanResources .eliamep-container .right .filters {
        margin: 0px;
    }
    
    #humanResources .eliamep-container .right .bigtitle.style2 > span {
        font-size:22px;
    }
    
    #humanResources > .eliamep-container > .row {
        margin: 0px;
    }
    
    #humanResources .eliamep-container .right .themFilter {
        padding: 0px;
        width: 50%;
        padding-right: 6px;
    }
    
    #humanResources .eliamep-container .right .hrContent .bigtitle.style2 {
        margin-top: 30px;
    }
    
    .hrContent .people .person .name {
        font-size: 16px;
    }
    
    .hrContent .people .person .title {
        font-size: 15px;
    }
    
    .hrContent .people .person .status {
        font-size: 13px;
    }


    /* single */


    #hr_singlePage .left {
        width: 100%;
        padding: 0px;
    }
    
    #hr_singlePage .left .inner {
        height: 318px;
    }
    
    #hr_singlePage .right {
        width: 100%;
        padding: 0px;
    }
    
    #hr_singlePage .right #pills-tab .nav-link {min-width: 110px;}
    
    .hrPostFooter {
        flex-direction: column-reverse;
    }
    
    .hrPostFooter .social-share-buttons {
        margin-top: 20px;
    }
    
    #hr_singlePage .left .inner .info h1 {
        font-size: 20px;
    }
    
    #hr_singlePage .left .inner .info .status {
        font-size: 14px;
    }
    
    #hr_singlePage article > .row {
        margin: 0px;
    }
    
    
}

/* ======================================================================== */




/* ============================= Funding page ================================== */

@media (min-width: 1368px) and (max-width: 1600px) {
    .fundingContainer .pageNav .pageLink {
        padding: 0px 6px;
    }
    
    .fundingContainer .info .item .left:after {
        width: 20px;
        right: -28px;
    }
    
    
    .fundingContainer .info .item .left .inner {
        width: 55px;
        height: 55px;
    }
    
    .fundingContainer .info .item .right .itemTitle {
        font-size: 15px;
    }
    .fundingContainer .info .item .right {
        margin-left: 0px;
    }
}


@media (min-width: 1200px) and (max-width: 1367px) {
    .fundingContainer .pageNav .pageLink {
        padding: 0px 4px;
    }
    
    .fundingContainer .info .item .left:after {
        width: 25px;
        right: -35px;
    }
    
    
    .fundingContainer .info .item .left .inner {
        width: 55px;
        height: 55px;
    }
    
    .fundingContainer .info .item .right .itemTitle {
        font-size: 15px;
    }
    .fundingContainer .info .item .right {
        margin-left: 10px;
    }

    .fundingContainer .pageNav .pageLink a {
        padding: 5px 10px;
        font-size: 13px;
    }
    .fundingContainer .pageNav {
        gap: 2px;
    }

    .fundingContainer .info .item {
        width: 50%;
        justify-content: flex-start;
    }

}


@media (min-width: 1025px) and (max-width: 1199px) {
    .fundingContainer .info .item .left:after {
        width: 25px;
        right: -35px;
    }
    .fundingContainer .info .item .left .inner {
        width: 55px;
        height: 55px;
    }
    
    .fundingContainer .info .item .right .itemTitle {
        font-size: 15px;
    }
    .fundingContainer .info .item .right {
        margin-left: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .fundingContainer .info .item .left:after {
        width: 25px;
        right: -35px;
    }
    .fundingContainer .info .item .left .inner {
        width: 55px;
        height: 55px;
    }
    
    .fundingContainer .info .item .right .itemTitle {
        font-size: 15px;
    }
    .fundingContainer .info .item .right {
        margin-left: 10px;
    }
}

@media (max-width: 1024px) and (min-width: 740px) and (orientation: portrait) {
    .fundingContainer .bigTitle {
        text-align: left;
    }
    
    .fundingContainer .pageNav {
        justify-content: flex-start;
    }
    
    .fundingContainer .pageNav .pageLink {
        padding-right: 0px;
    }
    
    .fundingContainer .pageNav .pageLink a {
        font-size: 12px;
    }

    .fundingContainer div#sponsors .sponsor {
        width: calc(25% - 25px);
    }
    
    .fundingContainer div#sponsors .sponsor img {
        width: 100%;
    }
    
    .fundingContainer .info .item {
        width: 50%;
        justify-content: flex-start;
    }
}


@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
    .fundingContainer div#sponsors .sponsor img {
        width: 100%;
    }
    .fundingContainer .info .item .right span {
        font-size: 15px;
    }
}


@media (min-width: 320px) and (max-width: 480px) {
    .fundingContainer div#sponsors .sponsor {
        width: calc(50% - 15px);
        padding: 15px;
    }
    
    .fundingContainer div#sponsors .sponsor img {
        width: 100%;
    }
    
    .fundingContainer .info .title {
        font-size: 1.2rem;
    }
    
    .fundingContainer .info .item {
        width: 100%;
        justify-content: flex-start;
    }
    
    .fundingContainer .pageNav .pageLink {
        width: 100%;
    }
    
    .fundingContainer .pageNav {
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .fundingContainer .pageNav .pageLink a {
        display: block;
        margin-bottom: 10px;
    }
    
    .fundingContainer .the-content {
        padding-left: 12px;
        padding-right: 12px;
    }

    main#funding {
        padding: 0px;
    }
}


@media (min-width: 481px) and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 4) and (orientation: landscape) {
    .fundingContainer div#sponsors .sponsor {
        width: calc(33.33334% - 20px);
    }
    
    .fundingContainer div#sponsors .sponsor img {
        width: 100%;
    }
    
    .fundingContainer .info .title {
        font-size: 1.2rem;
    }
    
    .fundingContainer .info .item {
        width: 50%;
        justify-content: flex-start;
    }
    
    .fundingContainer .pageNav .pageLink {
        width: 50%;
    }
    
    .fundingContainer .pageNav {
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .fundingContainer .pageNav .pageLink a {
        display: block;
        margin-bottom: 10px;
    }
    
    .fundingContainer .the-content {
        padding-left: 12px;
        padding-right: 12px;
    }

    main#funding {
        padding: 0px;
    }
}


/* ======================================================================== */



/* ============================= Publishes archive - simple ================================== */

@media (min-width: 1368px) and (max-width: 1600px) {
    .programSinglePage--postypes .row.post .posts .post .content .title a {
        font-size: 15px;
    }
}


@media (min-width: 1200px) and (max-width: 1367px) {

    .nice-select .list {width: auto !important;}

    .programSinglePage--postypes .row.post .posts .post .content .title a {
        font-size: 14px;
        line-height: 18px;
    }

    .programSinglePage--postypes .row.post .posts .post .content .title {
        display: flex;
    }

    .programSinglePage--postypes .row.post .posts .post .content .categories span {
        font-size: 13px;
    }

    .programSinglePage--postypes .row.post .posts .post .content .authors span {
        font-size: 12px;
    }

    .programSinglePage--postypes .row.post .posts .post .content .authors span:last-child {
        margin: 0px;
    }

    .publishes-archive .customSidebar.publishesBar .menu > li > a {
        font-size: 16px;
    }
    .publishArch a.programm-cat {
        font-size: 11px;
    }

    .media-archive .progAndSource .programm-cat {
        padding: 2px 10px 2px 10px;
        font-size: 12px !important;
    }
    .media-archive .progAndSource .source {
        font-size: 12px;
    }

    .media-archive .filters .statusFilters ul li a {
        font-size: 15px;
        height: 40px;
    }
    
    .media-archive .filters .statusFilters > .row .nice-select {
        font-size: 15px;
        height: 40px;
        line-height:40px;
    }
    
    .project_search_bar input {
        height: 40px;
        font-size: 15px;
    }


    /* single */

    #header-hero.single-post .single-post-meta {
        min-height: 300px;
        justify-content: center !important;
    }
    
    #header-hero.single-post .single-post-meta .title {
        margin-bottom: 25px;
    }
    
    #header-hero.single-post .single-post-meta .social-share {
        margin-top: 10px;
    }

    .multiAuthors .authorToggle {
        width: 14px;
        height: 14px;
    }
    .multiAuthors .authorToggle:before {
        left: 2px;
    }
    .multiAuthors .authorToggle:after {
        top: 2px;
    }
}


@media (min-width: 1025px) and (max-width: 1199px) {
    .hasSidebar .left .customSidebar .cats li a {
        font-weight: normal;
        font-size: 14px;
        background: #fff;
        color: var(--primcol);
        padding: 6px 30px;
        display: block;
        border-radius: 12px;
    }
    
    .hasSidebar .left .customSidebar .cats li {
        margin: 0px 12px 0px 0px;
        display: flex;
        align-items: center;
    }
    
    .publishes-archive .customSidebar.publishesBar .menu > li > .removeFilter {
        margin-left: -10px;
    }
    
    .hasSidebar .left .customSidebar .cats li a.active {
        background: var(--seccol);
        color: #fff;
    }
    
    .hasSidebar .left {
        z-index:8;
    }
    
    
    .programSinglePage--postypes .row.post .posts .post .content .title a {
        font-size: 14px;
        line-height: 18px;
    }

    .programSinglePage--postypes .row.post .posts .post .content .title {
        display: flex;
    }

    .programSinglePage--postypes .row.post .posts .post .content .categories span {
        font-size: 14px;
    }

    .programSinglePage--postypes .row.post .posts .post .content .authors span {
        font-size: 12px;
    }

    .multiAuthors .authorToggle {
        width: 14px;
        height: 14px;
    }

    .multiAuthors .authorToggle:before {
        left: 2px;
    }
    .multiAuthors .authorToggle:after {
        top: 2px;
    }

    .programSinglePage--postypes .row.post .posts .post .content .authors span:last-child {
        margin: 0px;
    }
    
    .publishes-archive .row.post {
        margin-bottom: 0px;
    }

    .publishes-archive .customSidebar.publishesBar .menu > li > a {
        font-size: 14px;
    }

    .publishes-archive.hasSidebar .cats li {
        margin: 0px 10px 10px 0px !important;
    }
    
    .publishes-archive.hasSidebar .cats li a {
        padding: 6px 25px !important;
    }
    
    .customSidebar.publishesBar > div.thematikes .nice-select {
        height: 36px;
        line-height: 36px;
    }


    /* single */

    #header-hero.single-post .single-post-meta {
        min-height: 300px;
        justify-content: center !important;
    }
    
    #header-hero.single-post .single-post-meta .title {
        margin-bottom: 25px;
    }
    
    #header-hero.single-post .single-post-meta .social-share {
        margin-top: 10px;
    }
    
    #header-hero.single-post .single-post-meta .title h1 {
        font-size: 26px;
    }
    
    
    
    section.container.singlepost {
        max-width: 920px;
    }
    
    .singlePublish .authors .people .person {
        width: 50%;
    }

}

@media (min-width: 992px) and (max-width: 1024px) {
    .hasSidebar .left .customSidebar .cats li a {
        font-weight: normal;
        font-size: 16px;
        background: #fff;
        color: var(--primcol);
        padding: 6px 30px;
        display: block;
        border-radius: 12px;
    }
    
    .hasSidebar .left .customSidebar .cats li {
        margin: 0px 12px 0px 0px;
        display: flex;
        align-items: center;
    }
    
    .publishes-archive .customSidebar.publishesBar .menu > li > .removeFilter {
        margin-left: -10px;
    }
    
    .hasSidebar .left .customSidebar .cats li a.active {
        background: var(--seccol);
        color: #fff;
    }
    
    .hasSidebar .left {
        z-index:8;
    }
    
    
    .programSinglePage--postypes .row.post .posts .post .content .title a {
        font-size: 16px;
        line-height: 20px;
    }

    .programSinglePage--postypes .row.post .posts .post .content .title {
        display: flex;
    }

    .programSinglePage--postypes .row.post .posts .post .content .categories span {
        font-size: 14px;
    }

    .programSinglePage--postypes .row.post .posts .post .content .authors span {
        font-size: 12px;
    }

    .programSinglePage--postypes .row.post .posts .post .content .authors span:last-child {
        margin: 0px;
    }
    
    .publishes-archive .row.post {
        margin-bottom: 0px;
    }

    .publishes-archive.hasSidebar .cats li {
        margin: 0px 10px 10px 0px !important;
    }
    
    .publishes-archive.hasSidebar .cats li a {
        padding: 6px 25px !important;
        font-size: 14px !important;
    }

    .customSidebar.publishesBar > div.thematikes .nice-select .current {
        font-size: 14px;
    }

    .customSidebar.publishesBar > div.thematikes .nice-select {
        height: 36px;
        line-height: 36px;
    }


    /* single */

    #header-hero.single-post .single-post-meta {
        min-height: 300px;
        justify-content: center !important;
    }
    
    #header-hero.single-post .single-post-meta .title {
        margin-bottom: 25px;
    }
    
    #header-hero.single-post .single-post-meta .social-share {
        margin-top: 10px;
    }
    
    #header-hero.single-post .single-post-meta .title h1 {
        font-size: 26px;
    }
    
    #header-hero.single-post .col-md-4.col-12 {
        /*width: 50%;*/
    }
    
    #header-hero.single-post .col-md-8.col-12 {
        width: 100%;
    }
    
    section.container.singlepost {
        max-width: 920px;
    }
    
    .singlePublish .authors .people .person {
        width: 50%;
    }
}


@media (max-width: 1024px) and (min-width: 740px) and (orientation: portrait) {
    .hasSidebar .cats {
        display: flex;
        flex-direction: column;
        padding-left: 25px;
        padding-top: 20px;
        position: relative;
    }
    
    .hasSidebar .cats .title {
        color: #fff;
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    
    .hasSidebar .cats .menu {
        list-style: none;
        padding: 0px;
        display: flex;
        flex-wrap:wrap;
    }
    
    .hasSidebar .cats .menu li a {
        background: #fff;
        color: var(--primcol) !important;
        font-weight: normal;
        font-size: 16px;
        padding: 8px 26px !important;
        border-radius: 12px;
        margin-bottom: 0px;
    }
    
    .hasSidebar .cats .menu li {
        margin-right: 12px;
        display: flex;
        align-items: center;
        margin-bottom: 12px;
    }
    
    .hasSidebar .cats .menu li .removeFilter svg {
        width: 20px;
        height: 20px;
    }
    
    .hasSidebar .cats .menu li a.active {
        background: var(--seccol);
        color: #fff !important;
    }
    
    .hasSidebar .cats .menu li .removeFilter {
        background: var(--primcol);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 25px;
        height: 25px;
        border-radius: 50px;
        margin-left: -12px;
        z-index: 2;
    }
    
    .hasSidebar .thematikes {
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .hasSidebar .thematikes .nice-select {
        width: 100%;
        margin-bottom: 35px;
        height: 40px;
        line-height: 40px;
        border-radius: 12px;
    }
    
    .hasSidebar .thematikes .nice-select .current {
        font-size: 16px;
        font-weight: normal;
        color: var(--primcol);
    }
    
    .hasSidebar .thematikes .nice-select ul.list {
        top: auto;
        bottom: 100%;
        margin-top: 0px;
        margin-bottom: 8px;
        width: 100%;
    }


    .hasSidebar .cats .perspective {
        list-style: none;
        padding: 0px;
        display: flex;
        flex-wrap: wrap;
    }
    .hasSidebar .cats .perspective li {
        margin-right: 12px;
        display: flex;
        align-items: center;
        margin-bottom: 12px;
    }
    .hasSidebar .cats .perspective li a {
        background: #fff;
        color: var(--primcol) !important;
        font-weight: normal;
        font-size: 16px;
        padding: 8px 26px !important;
        border-radius: 12px;
        margin-bottom: 0px;
    }

    
    .publishes-archive .main-nav-menu {
        overflow: visible;
    }
    
    
    .publishes-archive .row.post {
            margin-bottom: 0px;
        }
    
    .publishes-archive .row.post .posts {
        grid-template-columns: 1fr 1fr !important;
    }
    
    .hasSidebar .thematikes {
        position: relative;
    }
    
    .hasSidebar .thematikes .reset {
        float: right;
        margin-bottom: 20px;
        border: none;
        background: var(--primcol);
        color: #fff;
        padding: 4px 20px;
        border-radius: 12px;
    }


    /* single */

    #header-hero.single-post .single-post-meta {
        min-height: 300px;
        justify-content: center !important;
    }
    
    #header-hero.single-post .single-post-meta .title {
        margin-bottom: 25px;
    }
    
    #header-hero.single-post .single-post-meta .social-share {
        margin-top: 10px;
    }
    
    #header-hero.single-post .single-post-meta .title h1 {
        font-size: 26px;
    }
    
    #header-hero.single-post .col-md-8.col-12 {
        width: 100%;
    }

    #header-hero.single-post .col-md-4.col-12 {
        width: 100%;
    }
    
    section.container.singlepost {
        max-width: 920px;
    }
    
    .singlePublish .authors .people .person {
        width: 50%;
    }
    
    .singlePublish .info .prevNext a {
        font-size: 0px;
    }
    
    .singlePublish .authors .people .person .image {
        width: 100px;
        height: 100px;
        padding-bottom: 100px;
    }
    
    .singlePublish .authors .people .person .right {
        width: calc(100% - 100px);
    }
}


@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
    .hasSidebar .cats {
        display: flex;
        flex-direction: column;
        padding-left: 25px;
        padding-top: 20px;
        position: relative;
    }
    
    .hasSidebar .cats .title {
        color: #fff;
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    
    .hasSidebar .cats .menu {
        list-style: none;
        padding: 0px;
        display: flex;
        flex-wrap: wrap;
    }
    
    .hasSidebar .cats .menu li a {
        background: #fff;
        color: var(--primcol);
        font-weight: normal;
        font-size: 14px;
        padding: 6px 30px;
        border-radius: 12px;
        margin-bottom: 0px;
    }
    
    .hasSidebar .cats .menu li {
        margin-right: 12px;
        display: flex;
        align-items: center;
        margin-bottom: 12px;
    }
    
    .hasSidebar .cats .menu li .removeFilter svg {
        width: 20px;
        height: 20px;
    }
    
    .hasSidebar .cats .menu li a.active {
        background: var(--seccol);
        color: #fff;
    }
    
    .hasSidebar .cats .menu li .removeFilter {
        background: var(--primcol);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 25px;
        height: 25px;
        border-radius: 50px;
        margin-left: -12px;
        z-index: 2;
    }
    
    .hasSidebar .thematikes {
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .hasSidebar .thematikes .nice-select {
        width: 100%;
        margin-bottom: 35px;
        height: 33px;
        line-height: 33px;
        border-radius: 12px;
    }
    
    .hasSidebar .thematikes .nice-select .current {
        font-size: 14px;
        font-weight: normal;
        color: var(--primcol);
    }
    
    .hasSidebar .thematikes .nice-select ul.list {
        top: auto;
        bottom: 100%;
        margin-top: 0px;
        margin-bottom: 8px;
        width: 100%;
    }
    
    .publishes-archive .main-nav-menu {
        overflow: visible;
    }
    

    .hasSidebar .cats .perspective {
        list-style: none;
        padding: 0px;
        display: flex;
        flex-wrap: wrap;
    }
    .hasSidebar .cats .perspective li {
        margin-right: 12px;
        display: flex;
        align-items: center;
        margin-bottom: 12px;
    }
    .hasSidebar .cats .perspective li a {
        background: #fff;
        color: var(--primcol);
        font-weight: normal;
        font-size: 20px;
        padding: 8px 30px;
        border-radius: 12px;
        margin-bottom: 0px;
    }
    
    .publishes-archive .row.post {
            margin-bottom: 0px;
        }
    
    
    
    .hasSidebar .thematikes {
        position: relative;
    }
    
    .hasSidebar .thematikes .reset {
        float: right;
        margin-bottom: 20px;
        border: none;
        background: var(--primcol);
        color: #fff;
        padding: 4px 20px;
        border-radius: 12px;
    }


    /* single */

    #header-hero.single-post .col-md-8.col-12 {
        width:100%;
    }

    #header-hero.single-post .col-md-4.col-12 {
        width: 50%;
    }
}


@media (min-width: 320px) and (max-width: 480px) {
    .hasSidebar .cats {
        display: flex;
        flex-direction: column;
        padding-left: 15px;
        padding-top: 20px;
        position: relative;
    }
    
    .hasSidebar .cats .title {
        color: #fff;
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    
    .hasSidebar .cats .menu {
        list-style: none;
        padding: 0px;
        display: flex;
        flex-wrap: wrap;
    }
    
    .hasSidebar .cats .menu li a {
        background: #fff;
        color: var(--primcol);
        font-weight: normal;
        font-size: 14px;
        padding: 6px 20px;
        border-radius: 12px;
        margin-bottom: 0px;
    }
    
    .hasSidebar .cats .menu li {
        margin-right: 8px;
        display: flex;
        align-items: center;
        margin-bottom: 8px;
    }
    
    .hasSidebar .cats .menu li .removeFilter svg {
        width: 20px;
        height: 20px;
    }
    
    .hasSidebar .cats .menu li a.active {
        background: var(--seccol);
        color: #fff;
    }
    
    .hasSidebar .cats .menu li .removeFilter {
        background: var(--primcol);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 25px;
        height: 25px;
        border-radius: 50px;
        margin-left: -12px;
        z-index: 2;
    }
    
    .hasSidebar .thematikes {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .hasSidebar .thematikes .nice-select {
        width: 100%;
        margin-bottom: 35px;
        height: 33px;
        line-height: 33px;
        border-radius: 12px;
    }
    
    .hasSidebar .thematikes .nice-select .current {
        font-size: 14px;
        font-weight: normal;
        color: var(--primcol);
    }
    
    .hasSidebar .thematikes .nice-select ul.list {
        top: auto;
        bottom: 100%;
        margin-top: 0px;
        margin-bottom: 8px;
        width: 100%;
    }
    
    .publishes-archive .main-nav-menu {
        overflow: visible;
    }


    .hasSidebar .cats .perspective {
        list-style: none;
        padding: 0px;
        display: flex;
        flex-wrap: wrap;
    }
    .hasSidebar .cats .perspective li {
        margin-right: 8px;
        display: flex;
        align-items: center;
        margin-bottom: 8px;
    }
    .hasSidebar .cats .perspective li a {
                background: #fff;
        color: var(--primcol);
        font-weight: normal;
        font-size: 14px;
        padding: 6px 20px;
        border-radius: 12px;
        margin-bottom: 0px;
    }
    
    
    .publishes-archive .row.post {
            margin-bottom: 0px;
            margin: 0px;
        }
    
    .publishes-archive .row.post .posts {
        grid-template-columns: 1fr !important;
    }
    
    .hasSidebar .thematikes {
        position: relative;
    }
    
    .hasSidebar .thematikes .reset {
        float: right;
        margin-bottom: 20px;
        border: none;
        background: var(--primcol);
        color: #fff;
        padding: 4px 20px;
        border-radius: 12px;
    }

    #header-hero .bg-blue {
        height: 400px !important;
    }


    .programSinglePage--postypes .row.post .posts .post .content .title a {
        font-size: 14px;
        line-height: 20px;
    }

    .programSinglePage--postypes .row.post .posts .post .content .title {
        display: flex;
        margin-bottom: 5px;
    }

    .programSinglePage--postypes .row.post .posts .post .content .categories span {
        font-size: 14px;
    }

    .programSinglePage--postypes .row.post .posts .post .content .authors span {
        font-size: 12px;
    }

    .programSinglePage--postypes .row.post .posts .post .content .authors span:last-child {
        margin: 0px;
    }


    /* single */


    #header-hero.single-post .single-post-meta {
        min-height: 250px;
        justify-content: center !important;
        padding: 0px !important;
    }
    
    #header-hero.single-post .single-post-meta .title {
        margin-bottom: 25px;
        margin-top:10px;
    }
    
    #header-hero.single-post .single-post-meta .social-share {
        margin-top: 10px;
    }
    
    #header-hero.single-post .single-post-meta .title h1 {
        font-size: 18px;
    }


    .singlePublish .info .categories {
        width: 100%;
    }

    .singlePublish .info .prevNext {
        width: 100%;
        padding: 0px;
        justify-content: center;
        margin-top: 20px;
    }

    .singlePublish .info .prevNext a {
        font-size: 0px;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .singlePublish .info .prevNext a:last-child svg {
        left: 0px;
    }

    .singlePublish .authors {
        margin-top: 80px;
        padding: 0px;
    }

    .singlePublish .authors .people .person .image {
        width: 70px;
        height: 70px;
        padding-bottom: 70px;
    }

    .singlePublish .authors .people .person .right {
        width: calc(100% - 70px);
    }

    .singlePublish .authors .people .person .right .status, .singlePublish .authors .people .person .right .title {
        font-size: 13px;
    }

    .singlePublish .authors .people .person .right .name {
        font-size: 16px;
    }

    .singlePublish .authors .people .person:last-child {
        margin-bottom: 0px;
    }



    #hr_singlePage .left .inner {
        height: 300px;
    }

    #hr_singlePage article > .row {
        margin-right: 0px;
    }

    #hr_singlePage .left {
        padding-right: 0px;
    }

    #hr_singlePage .projects-archive {
        padding: 0px;
    }


    #projects-tab .projects-content-inner > div {
        width: 100%;
    }

    #projects-tab .projects-content-inner > div .thumbnail.project-thumbnail:before {padding-top: 260px;}

    main#hr_singlePage .programSinglePage--postypes .row.post .posts .post {
        width: calc(100%);
    }

    .personPostContent > div:not(.postNav) {
        width: 100%;
    }

    #hr_singlePage .projects-content .project .project-container .project-title h3 a {
        font-size: 14px;
        line-height: 20px;
    }


    .projects-archive .projects-content .projects-content-inner .status {
        font-size: 12px;
        padding: 3px 15px;
    }

    .event .event-container .thumbnail .programm a {
        font-size: 13px;
    }

    .event .event-container .event-title h3 a {
        font-size: 14px;
        line-height: 16px;
    }

    .event .event-container .event-place .place {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .event .event-container .event-contributors .contributors {
        font-size: 12px;
        display: flex;
        align-items: center;
    }

    .event .event-container {
        min-height: 430px;
    }

    .media-archive .progAndSource .programm-cat {
        font-size: 12px !important;
    }

    .media-archive .progAndSource .source {
        font-size: 12px;
    }

    .cvf-universal-pagination ul li:first-child {
        order: 100;
        margin-right: 10px;
        font-size: 12px;
        height: 30px;
        width: calc(50% - 15px);
        justify-content: center;
    }

    .cvf-universal-pagination ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .cvf-universal-pagination ul li:last-child {
        order: 101;
        margin-left: 10px;
        font-size: 12px;
        height: 30px;
        width: calc(50% - 15px);
        justify-content: center;
    }

    .cvf-universal-pagination ul li {
        font-size: 12px;
        height: 30px;
        padding: 0px 6px;
    }

    main#hr_singlePage .programSinglePage--postypes > .row {
        margin-bottom: 50px;
    }

    .singlePublish {
        margin-top: 20px;
    }
}


@media (min-width: 481px) and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 4) and (orientation: landscape) {
    .hasSidebar .cats {
        display: flex;
        flex-direction: column;
        padding-left: 25px;
        padding-top: 20px;
        position: relative;
    }
    
    .hasSidebar .cats .title {
        color: #fff;
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    
    .hasSidebar .cats .menu {
        list-style: none;
        padding: 0px;
        display: flex;
        flex-wrap: wrap;
    }
    
    .hasSidebar .cats .menu li a {
        background: #fff;
        color: var(--primcol);
        font-weight: normal;
        font-size: 14px;
        padding: 6px 20px;
        border-radius: 12px;
        margin-bottom: 0px;
    }
    
    .hasSidebar .cats .menu li {
        margin-right: 8px;
        display: flex;
        align-items: center;
        margin-bottom: 8px;
    }
    
    .hasSidebar .cats .menu li .removeFilter svg {
        width: 20px;
        height: 20px;
    }
    
    .hasSidebar .cats .menu li a.active {
        background: var(--seccol);
        color: #fff;
    }
    
    .hasSidebar .cats .menu li .removeFilter {
        background: var(--primcol);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 25px;
        height: 25px;
        border-radius: 50px;
        margin-left: -12px;
        z-index: 2;
    }
    
    .hasSidebar .thematikes {
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .hasSidebar .thematikes .nice-select {
        width: 100%;
        margin-bottom: 35px;
        height: 33px;
        line-height: 33px;
        border-radius: 12px;
    }
    
    .hasSidebar .thematikes .nice-select .current {
        font-size: 14px;
        font-weight: normal;
        color: var(--primcol);
    }
    
    .hasSidebar .thematikes .nice-select ul.list {
        top: auto;
        bottom: 100%;
        margin-top: 0px;
        margin-bottom: 8px;
        width: 100%;
        height: 220px;
        overflow-x: hidden;
        overflow-y: visible;
    }
    
    .publishes-archive .main-nav-menu {
        overflow: visible;
    }
    

    .hasSidebar .cats .perspective {
        list-style: none;
        padding: 0px;
        display: flex;
        flex-wrap: wrap;
    }
    .hasSidebar .cats .perspective li {
        margin-right: 8px;
        display: flex;
        align-items: center;
        margin-bottom: 8px;
    }
    .hasSidebar .cats .perspective li a {
                background: #fff;
        color: var(--primcol);
        font-weight: normal;
        font-size: 14px;
        padding: 6px 20px;
        border-radius: 12px;
        margin-bottom: 0px;
    }

    
    .publishes-archive .row.post {
            margin-bottom: 0px;
            margin: 0px;
        }
    
    .publishes-archive .row.post .posts {
        grid-template-columns: 1fr 1fr !important;
    }
    
    .hasSidebar .thematikes {
        position: relative;
    }
    
    .hasSidebar .thematikes .reset {
        float: right;
        margin-bottom: 20px;
        border: none;
        background: var(--primcol);
        color: #fff;
        padding: 4px 20px;
        border-radius: 12px;
    }

    #header-hero .bg-blue {
        height: 220px !important;
    }


    .programSinglePage--postypes .row.post .posts .post .content .title a {
        font-size: 13px;
        line-height: 16px;
    }

    .programSinglePage--postypes .row.post .posts .post .content .title {
        display: flex;
        margin-bottom: 5px;
    }

    .programSinglePage--postypes .row.post .posts .post .content .categories span {
        font-size: 13px;
    }

    .programSinglePage--postypes .row.post .posts .post .content .authors span {
        font-size: 12px;
    }

    .programSinglePage--postypes .row.post .posts .post .content .authors span:last-child {
        margin: 0px;
    }


    .multiAuthors .authorToggle {
        width: 16px;
        height: 16px;
        margin-left: 5px;
    }
    
    .multiAuthors .authorToggle:before {
        width: 8px;
        left: 4px;
    }
    
    .multiAuthors .authorToggle:after {
        height: 8px;
        top: 4px;
    }


    /* single */


    #header-hero.single-post .single-post-meta {
        min-height: 200px;
        justify-content: center !important;
        padding: 0px !important;
    }
    
    #header-hero.single-post .single-post-meta .title {
        margin-bottom: 25px;
        margin-top:10px;
    }
    
    #header-hero.single-post .single-post-meta .social-share {
        margin-top: 10px;
    }
    
    #header-hero.single-post .single-post-meta .title h1 {
        font-size: 22px;
    }


    .singlePublish .info .categories {
        width: 80%;
    }

    .singlePublish .info .prevNext {
        width: 20%;
        padding: 0px;
        justify-content: center;
    }

    .singlePublish .info .prevNext a {
        font-size: 0px;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .singlePublish .info .prevNext a:last-child svg {
        left: 0px;
    }

    .singlePublish .authors {
        margin-top: 80px;
        padding: 0px;
    }

    .singlePublish .authors .people .person .image {
        width: 70px;
        height: 70px;
        padding-bottom: 70px;
    }

    .singlePublish .authors .people .person .right {
        width: calc(100% - 70px);
    }

    .singlePublish .authors .people .person .right .status, .singlePublish .authors .people .person .right .title {
        font-size: 13px;
    }

    .singlePublish .authors .people .person .right .name {
        font-size: 16px;
    }

    .singlePublish .authors .people .person:last-child {
        margin-bottom: 0px;
    }

    .singlePublish .authors .people .person {
        width: 50%;
    }

    .singlePublish {
        max-width: 100% !important;
        margin-top: 20px;
        margin-bottom: 30px;
    }



    #hr_singlePage .left .inner {
        height: 300px;
        }
    
        #hr_singlePage article > .row {
        margin-right: 0px;
        }
    
        #hr_singlePage .left {
        padding-right: 0px;
        }
    
        #hr_singlePage .projects-archive {
        padding: 0px;
        }
    
    
        #projects-tab .projects-content-inner > div {
            width: 50%;
        }
    
        #projects-tab .projects-content-inner > div .thumbnail.project-thumbnail:before {padding-top: 260px;}
    
        main#hr_singlePage .programSinglePage--postypes .row.post .posts .post {
        width: calc(50% - 6px);
        }
    
        .personPostContent > div:not(.postNav) {
            width: 50%;
        }
    
    #hr_singlePage .projects-content .project .project-container .project-title h3 a {
        font-size: 14px;
        line-height: 20px;
    }
    
    
    .projects-archive .projects-content .projects-content-inner .status {
        font-size: 12px;
        padding: 3px 15px;
    }
    
    .event .event-container .thumbnail .programm a {
        font-size: 13px;
    }
    
    .event .event-container .event-title h3 a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .event .event-container .event-place .place {
        font-size: 12px;
        margin-bottom: 0px;
    }
    
    .event .event-container .event-contributors .contributors {
        font-size: 12px;
        display: flex;
        align-items: center;
    }
    
    .event .event-container {
        min-height: 430px;
    }
    
    .media-archive .progAndSource .programm-cat {
        font-size: 12px !important;
    }
    
    .media-archive .progAndSource .source {
        font-size: 12px;
    }
    
    .cvf-universal-pagination ul li:first-child {
        margin-right: 10px;
        font-size: 12px;
        height: 30px;
    }
    
    .cvf-universal-pagination ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .cvf-universal-pagination ul li:last-child {
        margin-left: 10px;
        font-size: 12px;
        height: 30px;
    }
    
    .cvf-universal-pagination ul li {
        font-size: 12px;
        height: 30px;
        padding: 0px 6px;
    }
    
    main#hr_singlePage .programSinglePage--postypes > .row {
        margin-bottom: 50px;
    }
    
    #hr_singlePage .right #pills-tab .nav-link {
        height: 36px;
        font-size: 14px;
    }

    .singlePublish {
        margin-top: 20px;
    }
}

/* ======================================================================== */





/* ============================= Article single Page ================================== */

@media (min-width: 320px) and (max-width: 480px) {
    article .singlepost .the-content h3 {
        font-size: 1.1rem;
    }
    
    article .singlepost .the-content h2 {
        font-size: 1.3rem;
    }
    article .singlepost .the-content h4 {
        font-size: 0.9rem;
        padding-left: 20px;
    }
    
    article .singlepost .the-content h3:before,.singlepost .the-content h4:before {
        width: 15px;
        height: 3px;
        margin-top: -1.5px;
    }
}


@media (min-width: 481px) and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 4) and (orientation: landscape) {
    article .singlepost .the-content h3 {
        font-size: 1.1rem;
    }
    
    article .singlepost .the-content h2 {
        font-size: 1.3rem;
    }
    article .singlepost .the-content h4 {
        font-size: 0.9rem;
    }
    
    article .singlepost .the-content h3:before,.singlepost .the-content h4:before {
        width: 25px;
        height: 3px;
        margin-top: -1.5px;
    }
}

/* ======================================================================== */




/* ============================= Projects archive - simple ================================== */

@media (min-width: 992px) and (max-width: 1024px) {
    .projects-content .project .project-container a.programm-cat {
        font-size: 12px;
    }
}

@media (min-width: 1368px) and (max-width: 1600px) {
    .projects-archive .projects-content .projects-content-inner .projects {
        width: 33.33334%;
    }
    .projects-content .project .project-container .project-title h3 a {
        font-size: 15px;
    }
}


@media (min-width: 1200px) and (max-width: 1367px) {
    .projects-archive .projects-content .projects-content-inner .projects {
        width: 33.33334%;
    }
    .projects-content .project .project-container .project-title h3 a {
        font-size: 14px;
        line-height: 16px;
    }
    .projects-content .project .project-container a.programm-cat {
        font-size: 13px;
    }
    .projects-archive .projects-content .projects-content-inner .status {
        font-size: 12px;
        padding: 4px 20px;
    }
    .multiProgram .progToggle {
        width: 14px;
        height: 14px;
    }
    .multiProgram .progToggle:before {
        left: 2px;
    }
    .multiProgram .progToggle:after {
        top: 2px;
    }

    .projects-archive .filters .statusFilters ul li a {
        font-size: 15px;
        height: 40px;
    }
    
    .projects-archive .filters .statusFilters > .row .nice-select {
        height: 40px;
        line-height: 40px;
    }
}


@media (min-width: 1025px) and (max-width: 1199px) {
    .projects-archive .projects-content .projects-content-inner .projects {
        width: 33.33334%;
        padding: 6px !important;
    }
    
    #header-hero .bg-blue .text-white p {
        font-size: 14px;
    }
    
    .projects-archive {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .projects-content .project .project-container .project-title h3 a {
        font-size: 14px;
        line-height: 18px;
    }

    .projects-archive .filters .statusFilters ul li a {
        height: 36px;
        font-size: 14px;
    }
    
    .projects-archive .filters .statusFilters > .row .nice-select {
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
    .projects-content .project .project-container a.programm-cat {
        font-size: 12px;
    }


    /* single */


    #singleProject .col-lg-4.col-12 {
        width: 100%;
    }
    
    #singleProject .col-lg-8.col-12 {
        width: 100%;
    }
    
    #singleProject .projects-sidebar .info-container {
        width: 50%;
    }
    
    #singleProject .projects-sidebar {
        display: flex;
        flex-wrap: wrap;
    }
    
    #singleProject .projects-sidebar .info-container.authors {
        width: 100%;
    }
    
    #singleProject .projects-sidebar .info-container.authors .people .person {
        width: 50%;
    }
    
    #singleProject .projects-sidebar .info-container.authors .info-text {
        display: flex;
        flex-wrap: wrap;
    }
    
    #singleProject .projects-sidebar .info-container.authors .info-text .people {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    
    #singleProject .projects-sidebar .info-container.authors .col-1 {
        width: 34px;
    }
    
    #singleProject .projects-sidebar .info-container.sponsors-container {
        width: 100%;
    }
    
    #singleProject .projects-sidebar .info-container.sponsors-container .sponsor {
        width: 25%;
    }

    #singleProject .projects-sidebar .info-container:nth-child(1) {
        margin-bottom: 0px !important;
    }
    
    #singleProject .projects-sidebar .info-container:nth-child(2) {
        margin-bottom: 0px !important;
    }

}

@media (min-width: 992px) and (max-width: 1024px) {
    .projects-archive .projects-content .projects-content-inner .projects {
        width: 33.33334%;
        padding: 6px !important;
    }
    
    #header-hero .bg-blue .text-white p {
        font-size: 14px;
    }
    
    .projects-archive {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .projects-content .project .project-container .project-title h3 a {
        font-size: 14px;
        line-height: 12px;
    }

    .projects-archive .filters .statusFilters ul li a {
        height: 38px;
        font-size: 16px;
    }
    
    .projects-archive .filters .statusFilters > .row .nice-select {
        height: 38px;
        line-height: 38px;
    }


    /* single */

    #singleProject .col-lg-4.col-12 {
        width: 100%;
    }
    
    #singleProject .col-lg-8.col-12 {
        width: 100%;
    }
    
    #singleProject .projects-sidebar .info-container {
        width: 50%;
    }
    
    #singleProject .projects-sidebar {
        display: flex;
        flex-wrap: wrap;
    }
    
    #singleProject .projects-sidebar .info-container.authors {
        width: 100%;
    }
    
    #singleProject .projects-sidebar .info-container.authors .people .person {
        width: 50%;
    }
    
    #singleProject .projects-sidebar .info-container.authors .info-text {
        display: flex;
        flex-wrap: wrap;
    }
    
    #singleProject .projects-sidebar .info-container.authors .info-text .people {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    
    #singleProject .projects-sidebar .info-container.authors .col-1 {
        width: 34px;
    }
    
    #singleProject .projects-sidebar .info-container.sponsors-container {
        width: 100%;
    }
    
    #singleProject .projects-sidebar .info-container.sponsors-container .sponsor {
        width: 25%;
    }

    #singleProject .projects-sidebar .info-container:nth-child(1) {
        margin-bottom: 0px !important;
    }
    
    #singleProject .projects-sidebar .info-container:nth-child(2) {
        margin-bottom: 0px !important;
    }
}


@media (max-width: 1024px) and (min-width: 740px) and (orientation: portrait) {
    .projects-archive .projects-content .projects-content-inner .projects {
        width: 50%;
        padding: 8px !important;
    }
    
    #header-hero .bg-blue .text-white p {
        font-size: 14px;
    }
    
    .projects-archive {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .projects-content .project .project-container .project-title h3 a {
        font-size: 14px;
        line-height: 20px;
    }

    .main-nav-menu.filers {
        overflow: visible;
        border-radius: 0px !important;
        background: rgb(247 246 245 / 68%);
    }
    
    .main-nav-menu.filers .inner {
        margin: 0px;
        position: relative;
        padding-bottom: 25px;
        padding-top: 50px;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    
    .main-nav-menu.filers:before {
        display:none;
    }
    
    .main-nav-menu.filers > a.close > ul > li.line {
        border-color: var(--primcol) !important;
    }
    
    .main-nav-menu.filers .filters .statusFilters > .row {
        flex-direction: column;
        align-items: center;
    }
    
    .main-nav-menu.filers .filters .statusFilters > .row > div {
        width: 80%;
        margin-top: 20px;
    }
    
    .main-nav-menu.filers .filters .statusFilters > .row .nice-select .list {
        top: auto;
        bottom: 100%;
    }
    
    .projects-archive .projects-content .projects-content-inner .project {
        width: 50% !important;
        padding: 6px !important;
    }


    /* single */

    #singleProject .projects-sidebar .info-container {
        width: 50%;
        float: left;
    }

    #singleProject .projects-sidebar .info-container:nth-child(1) {
        margin-bottom: 0px !important;
    }
    
    #singleProject .projects-sidebar .info-container:nth-child(2) {
        margin-bottom: 0px !important;
    }
    
    #singleProject .projects-sidebar {
        
        border-radius: 0px;
        background: transparent;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        overflow: auto;
        height: 100vh;
    }
    
    #singleProject .projects-sidebar .info-container.authors {
        width: 100%;
    }
    
    #singleProject .projects-sidebar .info-container.authors .people .person {
        width: 50%;
    }
    
    #singleProject .projects-sidebar .info-container.authors .info-text {
        display: flex;
        flex-wrap: wrap;
    }
    
    #singleProject .projects-sidebar .info-container.authors .info-text .people {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    
    #singleProject .projects-sidebar .info-container.authors .col-1 {
        width: 34px;
    }
    
    #singleProject .projects-sidebar .info-container.sponsors-container {
        width: 100%;
    }
    
    #singleProject .projects-sidebar .info-container.sponsors-container .sponsor {
        width: 25%;
    }

    #singleProject .main-nav-menu:before {display: none;}

    #singleProject .main-nav-menu {
        background: rgb(247 246 245 / 68%);
        border-radius: 0px;
        box-shadow: none;
    }

    #singleProject .main-nav-menu > a.close > ul > li.line {
        border-color: var(--primcol);
    }

}


@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
    .main-nav-menu.filers {
        overflow: visible;
        border-radius: 0px !important;
        background: rgb(247 246 245 / 68%);
    }
    
    .main-nav-menu.filers .inner {
        margin: 0px;
        position: relative;
        padding-bottom: 25px;
        padding-top: 50px;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    
    .main-nav-menu.filers:before {
        display:none;
    }
    
    .main-nav-menu.filers > a.close > ul > li.line {
        border-color: var(--primcol) !important;
    }
    
    .main-nav-menu.filers .filters .statusFilters > .row {
        flex-direction: column;
        align-items: center;
    }
    
    .main-nav-menu.filers .filters .statusFilters > .row > div {
        width: 80%;
        margin-top: 20px;
    }
    
    .main-nav-menu.filers .filters .statusFilters > .row .nice-select .list {
        top: auto;
        bottom: 100%;
    }
    
    #header-hero .bg-blue .text-white p {
            font-size: 14px;
        }
    .projects-content .project .project-container .project-title h3 a {
            font-size: 14px;
            line-height: 16px;
        }
    
    


    /* single */

    #singleProject .projects-sidebar .info-container {
        width: 50%;
        float: left;
    }

    #singleProject .projects-sidebar .info-container:nth-child(1) {
        margin-bottom: 0px !important;
    }
    
    #singleProject .projects-sidebar .info-container:nth-child(2) {
        margin-bottom: 0px !important;
    }
    
    #singleProject .projects-sidebar {
       
        border-radius: 0px;
        background: transparent;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        overflow: auto;
        height: 60vh;
    }
    
    #singleProject .projects-sidebar .info-container.authors {
        width: 100%;
    }
    
    #singleProject .projects-sidebar .info-container.authors .people .person {
        width: 50%;
    }
    
    #singleProject .projects-sidebar .info-container.authors .info-text {
        display: flex;
        flex-wrap: wrap;
    }
    
    #singleProject .projects-sidebar .info-container.authors .info-text .people {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    
    #singleProject .projects-sidebar .info-container.authors .col-1 {
        width: 34px;
    }
    
    #singleProject .projects-sidebar .info-container.sponsors-container {
        width: 100%;
    }
    
    #singleProject .projects-sidebar .info-container.sponsors-container .sponsor {
        width: 25%;
    }

    #singleProject .main-nav-menu:before {display: none;}

    #singleProject .main-nav-menu {
        background: rgb(247 246 245 / 68%);
        border-radius: 0px;
        box-shadow: none;
    }

    #singleProject .main-nav-menu > a.close > ul > li.line {
        border-color: var(--primcol);
    }


}


@media (min-width: 320px) and (max-width: 480px) {
    .main-nav-menu.filers {
        overflow: visible;
        border-radius: 0px !important;
        background: rgb(247 246 245 / 68%);
    }
    
    .main-nav-menu.filers .inner {
        margin: 0px;
        position: relative;
        padding-bottom: 25px;
        padding-top: 50px;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    
    .main-nav-menu.filers:before {
        display:none;
    }
    
    .main-nav-menu.filers > a.close > ul > li.line {
        border-color: var(--primcol) !important;
    }
    
    .main-nav-menu.filers .filters .statusFilters > .row {
        flex-direction: column;
        align-items: center;
    }
    
    .main-nav-menu.filers .filters .statusFilters > .row > div {
        width: 100%;
        margin-top: 20px;
    }
    
    .main-nav-menu.filers .filters .statusFilters > .row .nice-select .list {
        top: auto;
        bottom: 100%;
    }
    
    #header-hero .bg-blue .page-wrapper .text-white p {
        font-size: 12px;
        margin-bottom: 10px;
        text-align: left !important;
    }

    #header-hero .page-wrapper ul li {
        font-size: 11px;
        justify-content: flex-start;
        padding-left: 25px;
        margin-bottom: 5px;
        line-height: 14px;
        position: relative;
    }

    #header-hero .page-wrapper ul li:before {
        position: absolute;
    }
    
    #header-hero .page-wrapper ul {
        text-align: left !important;
    }

    #header-hero .page-wrapper div.text-white {
        max-height: 340px;
        overflow: auto;
    }
    
    /* width */
    #header-hero .page-wrapper div.text-white::-webkit-scrollbar {
        width: 4px;
    }
    
    /* Track */
    #header-hero .page-wrapper div.text-white::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    
    /* Handle */
    #header-hero .page-wrapper div.text-white::-webkit-scrollbar-thumb {
        background: #aea299;
    }

    .projects-content .project .project-container .project-title h3 a {
        font-size: 14px;
        line-height: 20px;
    }
    
    
    
    .projects-archive .projects-content-inner .project {
        width: 100%;
    }
    
    .projects-archive .filters .statusFilters > ul {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 20px;
    }
    
    .main-nav-menu.filers .filters .statusFilters ul li a {
        height: 36px;
        font-size: 14px;
        margin-right: 0px;
        padding: 0 24px;
    }

    .projects-archive .project_search_bar svg {
        right: 28px;
    }
    
    .projects-archive .filters .statusFilters > .row .nice-select {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }


    /* single */


    #singleProject .projects-sidebar .info-container {
        width: 100%;
        margin-bottom: 0px !important;
    }
    
    #singleProject .projects-sidebar {
        display: flex;
        flex-wrap: wrap;
        border-radius: 0px;
        background: transparent;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        overflow-y: auto;
        height: 100vh;
        overflow-x: hidden;
        padding: 15px;
    }
    
    #singleProject .projects-sidebar .info-container.authors {
        width: 100%;
    }
    
    #singleProject .projects-sidebar .info-container.authors .people .person {
        width: 100%;
        margin-bottom: 20px;
    }
    
    #singleProject .projects-sidebar .info-container.authors .info-text {
        display: flex;
        flex-wrap: wrap;
    }
    
    #singleProject .projects-sidebar .info-container.authors .info-text .people {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    
    #singleProject .projects-sidebar .info-container.authors .col-1 {
        width: 34px;
    }
    
    #singleProject .projects-sidebar .info-container.sponsors-container {
        width: 100%;
    }
    
    #singleProject .projects-sidebar .info-container.sponsors-container .sponsor {
        width: 50%;
    }

    #singleProject .main-nav-menu:before {display: none;}

    #singleProject .main-nav-menu {
        background: rgb(247 246 245 / 68%);
        border-radius: 0px;
        box-shadow: none;
    }

    #singleProject .main-nav-menu > a.close > ul > li.line {
        border-color: var(--primcol);
    }

    #header-hero.single-post .single-post-meta .breadcrumbs {
        font-size: 12px;
    }

    .singleProject {
        margin-top: 10px;
    }

    .single-page-sidebar.sidebar .info-container .info-text {
        font-size: 14px;
        margin-left: 0px;
    }

    #singleProject .projects-sidebar .info-container.authors .people .person .image {
        width: 40px;
        height: 40px;
        padding-bottom: 40px;
    }

    #singleProject .projects-sidebar .info-container.authors .people .person .right {
        width: calc(100% - 50px);
    }

    #singleProject .projects-sidebar .info-container.authors .people .person .name {
        font-size: 14px;
    }

    #singleProject .projects-sidebar .info-container.authors .people .person .status, #singleProject .projects-sidebar .info-container.authors .people .person .title {
        font-size: 13px;
        line-height: 14px;
    }

    #header-hero.single-post .single-post-meta .programm-cats a {
        font-size: 12px;
    }
    #singleProject .info.row .prevNext a {
        font-size: 0px !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    #singleProject .info.row .prevNext {
        justify-content: center;
    }
    .extraPosts .posts {
        grid-template-columns: 1fr;
    }
    
    .extraPosts .posts .post .content .title a {
        font-size: 14px;
    }
    
    .extraPosts > .title {
        font-size: 24px;
    }
}


@media (min-width: 481px) and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 4) and (orientation: landscape) {
    .main-nav-menu.filers {
        overflow: visible;
        border-radius: 0px !important;
        background: rgb(247 246 245 / 68%);
    }
    
    .main-nav-menu.filers .inner {
        margin: 0px;
        position: relative;
        padding-bottom: 25px;
        padding-top: 50px;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    
    .main-nav-menu.filers:before {
        display:none;
    }
    
    .main-nav-menu.filers > a.close > ul > li.line {
        border-color: var(--primcol) !important;
    }
    
    .main-nav-menu.filers .filters .statusFilters > .row {
        align-items: center;
        padding-bottom: 0px;
    }
    
    .main-nav-menu.filers .filters .statusFilters > .row > div {
        width: 50%;
        margin-top: 20px;
    }
    
    .main-nav-menu.filers .filters .statusFilters > .row .nice-select .list {
        top: auto;
        bottom: 100%;
        height: 200px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    
    #header-hero .bg-blue .page-wrapper .text-white p {
        font-size: 12px;
        margin-bottom: 10px;
        text-align: left !important;
    }

    #header-hero .page-wrapper ul li {
        font-size: 12px;
        justify-content: flex-start;
        padding-left: 0px;
    }
    
    #header-hero .page-wrapper ul {
        text-align: left !important;
    }

    #header-hero .page-wrapper div.text-white {
        max-height: 160px;
        overflow: auto;
    }
    
    /* width */
    #header-hero .page-wrapper div.text-white::-webkit-scrollbar {
        width: 4px;
    }
    
    /* Track */
    #header-hero .page-wrapper div.text-white::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    
    /* Handle */
    #header-hero .page-wrapper div.text-white::-webkit-scrollbar-thumb {
        background: #aea299;
    }

    .projects-content .project .project-container .project-title h3 a {
        font-size: 14px;
        line-height: 14px;
    }
    
    
    
    
    
    .projects-archive .projects-content-inner .project {
        width: 50%;
    }
    
    .projects-archive .filters .statusFilters > ul {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 20px;
    }
    
    .main-nav-menu.filers .filters .statusFilters ul li a {
        height: 36px;
        font-size: 14px;
        margin-right: 0px;
        padding: 0 24px;
    }
    
    .main-nav-menu.filers .filters .statusFilters > .row .nice-select .list li {
        font-size: 14px;
    }


    .projects-archive .project_search_bar svg {
        right: 28px;
    }
    
    .projects-archive .filters .statusFilters > .row .nice-select {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }


    /* single */


    #singleProject .projects-sidebar .info-container {
        width: 100%;
        margin-bottom: 0px !important;
    }
    
    #singleProject .projects-sidebar {
        display: flex;
        flex-wrap: wrap;
        border-radius: 0px;
        background: transparent;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        overflow-y: auto;
        height: 100vh;
        overflow-x: hidden;
        padding: 15px;
    }
    
    #singleProject .projects-sidebar .info-container.authors {
        width: 100%;
    }
    
    #singleProject .projects-sidebar .info-container.authors .people .person {
        width: 50%;
        margin-bottom: 20px;
    }
    
    #singleProject .projects-sidebar .info-container.authors .info-text {
        display: flex;
        flex-wrap: wrap;
    }
    
    #singleProject .projects-sidebar .info-container.authors .info-text .people {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    
    #singleProject .projects-sidebar .info-container.authors .col-1 {
        width: 34px;
    }
    
    #singleProject .projects-sidebar .info-container.sponsors-container {
        width: 100%;
    }
    
    #singleProject .projects-sidebar .info-container.sponsors-container .sponsor {
        width: 25%;
    }

    #singleProject .main-nav-menu:before {display: none;}

    #singleProject .main-nav-menu {
        background: rgb(247 246 245 / 68%);
        /* overflow: auto; */
        border-radius: 0px;
        box-shadow: none;
    }

    #singleProject .main-nav-menu > a.close > ul > li.line {
        border-color: var(--primcol);
    }

    #header-hero.single-post .single-post-meta .breadcrumbs {
        font-size: 12px;
    }

    .singleProject {
        margin-top: 10px;
    }

    .single-page-sidebar.sidebar .info-container .info-text {
        font-size: 14px;
        margin-left: 0px;
    }

    #singleProject .projects-sidebar .info-container.authors .people .person .image {
        width: 40px;
        height: 40px;
        padding-bottom: 40px;
    }

    #singleProject .projects-sidebar .info-container.authors .people .person .right {
        width: calc(100% - 50px);
    }

    #singleProject .projects-sidebar .info-container.authors .people .person .name {
        font-size: 14px;
    }

    #singleProject .projects-sidebar .info-container.authors .people .person .status, #singleProject .projects-sidebar .info-container.authors .people .person .title {
        font-size: 13px;
        line-height: 14px;
    }
    #header-hero.single-post .single-post-meta .programm-cats a {
        font-size: 14px;
    }
    #singleProject .info.row .prevNext a {
        font-size: 13px !important;
    }


    .extraPosts .posts .post .content .title a {
        font-size: 14px;
    }

    .extraPosts > .title {
        font-size: 24px;
    }
}

/* ======================================================================== */



/* ============================= Events archive - simple ================================== */

@media (min-width: 1368px) and (max-width: 1600px) {

    .event .event-container .thumbnail .programm a {
        font-size: 12.5px;
    }

    .post-type-archive-events .type-events .progToggle {
        right: 0px !important;
        top: -20px !important;
    }

    .post-type-archive-events .type-events .multiProgram {
        max-width: 100%;
    }

    .event .event-container .event-title h3 a {
        font-size: 15px;
    }

    .event .event-container .event-title h3 {
        line-height: 15px !important;
    }

    .event .event-container .event-place .place {
        font-size: 14px;
        line-height: 18px;
    }

    .event .event-container .event-contributors .contributors {
        font-size: 14px;
    }
}


@media (min-width: 1200px) and (max-width: 1367px) {

    .events-archive > .row > .right .eventsContent > div {
        width: 50%;
    }
    
    .events-archive > .row .right {
        width: 68%;
    }
    
    .events-archive > .row .left {
        width: 32%;
    }

    .event .event-container .thumbnail .programm a {
        font-size: 13px;
    }
    .event .event-container .event-title h3 {
        line-height: 16px !important;
    }
    .event .event-container .event-title h3 a {
        font-size: 14px;
    }
    .event .event-container .event-place .place {
        font-size: 14px;
    }
    .event .event-container .event-contributors .contributors {
        font-size: 14px;
    }
}


@media (min-width: 1025px) and (max-width: 1199px) {

    .hasSidebar .left .eventsBar .state > ul {
        display: flex;
        height: auto;
        overflow: hidden;
        flex-wrap: wrap;
    }

    .hasSidebar .left .eventsBar .state li {
        margin: 0px 12px 0px 0px;
        display: flex;
        align-items: center;
    }

    .hasSidebar .left .eventsBar .state li a {
        font-weight: normal;
        font-size: 14px;
        background: #fff;
        color: var(--primcol);
        padding: 7.5px 30px;
        display: block;
        border-radius: 12px;
    }

    .hasSidebar .left .eventsBar .menu .menu-item-has-children > .sub-menu {
        height: auto !important;
        overflow: unset;
        padding: 10px;
        background: #fff;
        border-radius: 10px;
        position: absolute;
        top: 100%;
        z-index: 5;
        min-width:240px;
        border: 1px solid var(--primcol);
    }

    .hasSidebar .left .eventsBar .menu > li {
        margin: 0px;
        display: block;
        position: relative;
    }

    .hasSidebar .left .eventsBar .menu > li a {
        background: transparent;
        font-size: 15px;
        border-radius: 0px;
        font-weight: 700;
    }

    .events-archive .customSidebar.eventsBar .menu .menu-item-has-children > a:after {
        height: 15px;
        margin-top: -8px;
        left: 9px;
    }

    .events-archive .customSidebar.eventsBar .menu .menu-item-has-children > a:before {
        width: 15px;
        margin-top: -2px;
        left: 2px;
    }

    .customSidebar.eventsBar > div.thematikes .nice-select {
        height: 36px;
        line-height: 36px;
    }

    .hasSidebar .left .eventsBar .menu .menu-item-has-children > .sub-menu li {
        margin: 0px;
    }

    .hasSidebar .left .eventsBar .menu .menu-item-has-children > .sub-menu li a {
        color: var(--primcol);
        margin: 0px;
        font-size: 15px;
        font-weight: 400;
        padding: 2px 0px 2px 0px;
    }

    .hasSidebar .left .eventsBar .menu {
        overflow: unset;
    }

    .hasSidebar .left .eventsBar .menu-events-sidebar-categories-container {
        overflow: unset;
        max-height: unset;
    }

    .hasSidebar .left .eventsBar {
        height: 480px;
        margin-bottom:20px;
    }


    .events-archive > .row > .right .eventsContent > div {
        width: 50%;
    }

    /* single */

    
    
    .eventsSingleHeaderInfo .eventsHeaderInfo {
        padding: 0px 0px 0px 10px !important;
    }

    .singleEvent .col-lg-4.col-12 {
        width: 100%;
    }
    
    .singleEvent .col-lg-8.col-12 {
        width: 100%;
    }
    
    .singleEvent .events-sidebar .info-container {
        width: 50%;
    }
    
    .singleEvent .events-sidebar {
        display: flex;
        flex-wrap: wrap;
    }
    
    .singleEvent .events-sidebar .info-container.authors {
        width: 100%;
    }
    
    .singleEvent .events-sidebar .info-container.authors .people .person {
        width: 50%;
    }
    
    .singleEvent .events-sidebar .info-container.authors .info-text {
        display: flex;
        flex-wrap: wrap;
    }
    
    .singleEvent .events-sidebar .info-container.authors .info-text .people {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    
    .singleEvent .events-sidebar .info-container.authors .col-1 {
        width: 34px;
    }
    
    .singleEvent .events-sidebar .info-container.sponsors-container {
        width: 100%;
    }
    
    .singleEvent .events-sidebar .info-container.sponsors-container .sponsor {
        width: 25%;
    }

    .singleEvent .events-sidebar .info-container:nth-child(1) {
        margin-bottom: 0px !important;
    }
    
    .singleEvent .events-sidebar .info-container:nth-child(2) {
        margin-bottom: 0px !important;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .hasSidebar .left .eventsBar .state > ul {
        display: flex;
        height: auto;
        overflow: hidden;
        flex-wrap: wrap;
    }

    .hasSidebar .left .eventsBar .state li {
        margin: 0px 12px 0px 0px;
        display: flex;
        align-items: center;
    }

    .hasSidebar .left .eventsBar .state li a {
        font-weight: normal;
        font-size: 16px;
        background: #fff;
        color: var(--primcol);
        padding: 6px 30px;
        display: block;
        border-radius: 12px;
    }

    .hasSidebar .left .eventsBar .menu .menu-item-has-children > .sub-menu {
        height: auto !important;
        overflow: unset;
        padding: 10px;
        background: #fff;
        border-radius: 10px;
        position: absolute;
        top: 100%;
        z-index: 5;
        min-width:240px;
        border: 1px solid var(--primcol);
    }

    .hasSidebar .left .eventsBar .menu > li {
        margin: 0px;
        display: block;
        position: relative;
    }

    .hasSidebar .left .eventsBar .menu > li a {
        background: transparent;
        font-size: 18px;
        border-radius: 0px;
        font-weight: 700;
    }

    .hasSidebar .left .eventsBar .menu .menu-item-has-children > .sub-menu li {
        margin: 0px;
    }

    .hasSidebar .left .eventsBar .menu .menu-item-has-children > .sub-menu li a {
        color: var(--primcol);
        margin: 0px;
        font-size: 15px;
        font-weight: 400;
        padding: 2px 0px 2px 0px;
    }

    .hasSidebar .left .eventsBar .menu {
        overflow: unset;
    }

    .hasSidebar .left .eventsBar .menu-events-sidebar-categories-container {
        overflow: unset;
        max-height: unset;
    }

    .hasSidebar .left .eventsBar {
        height: 480px;
        margin-bottom:20px;
    }


    .events-archive > .row > .right .eventsContent > div {
        width: 50%;
    }
    .hasSidebar .left .eventsBar .menu > li a {
        padding: 6px 25px;
        font-size: 17px;
    }
    .customSidebar.eventsBar > div {
        padding-left: 0px;
    }

    /* single */

    
    
    .eventsSingleHeaderInfo .eventsHeaderInfo {
        width: 100% !important;
    }

    .singleEvent .col-lg-4.col-12 {
        width: 100%;
    }
    
    .singleEvent .col-lg-8.col-12 {
        width: 100%;
    }
    
    .singleEvent .events-sidebar .info-container {
        width: 50%;
    }
    
    .singleEvent .events-sidebar {
        display: flex;
        flex-wrap: wrap;
    }
    
    .singleEvent .events-sidebar .info-container.authors {
        width: 100%;
    }
    
    .singleEvent .events-sidebar .info-container.authors .people .person {
        width: 50%;
    }
    
    .singleEvent .events-sidebar .info-container.authors .info-text {
        display: flex;
        flex-wrap: wrap;
    }
    
    .singleEvent .events-sidebar .info-container.authors .info-text .people {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    
    .singleEvent .events-sidebar .info-container.authors .col-1 {
        width: 34px;
    }
    
    .singleEvent .events-sidebar .info-container.sponsors-container {
        width: 100%;
    }
    
    .singleEvent .events-sidebar .info-container.sponsors-container .sponsor {
        width: 25%;
    }

    .singleEvent .events-sidebar .info-container:nth-child(1) {
        margin-bottom: 0px !important;
    }
    
    .singleEvent .events-sidebar .info-container:nth-child(2) {
        margin-bottom: 0px !important;
    }
}


@media (max-width: 1024px) and (min-width: 740px) and (orientation: portrait) {
    .hasSidebar .left .eventsBarMobile .state {
        position:relative;
    }
    
    .hasSidebar .left .eventsBarMobile .state .title {
        color: #fff;
        font-size: 1.6rem;
        font-weight: bold;
        margin-bottom: 20px;
        display:block;
        padding-left:32px;
        margin-top:20px;
    }
    .hasSidebar .left .eventsBarMobile .state > ul {
        display: flex;
        height: auto;
        overflow: hidden;
        flex-wrap: wrap;
    }

    .hasSidebar .left .eventsBarMobile .state li {
        margin: 0px 12px 0px 0px;
        display: flex;
        align-items: center;
    }

    .hasSidebar .left .eventsBarMobile .state li a {
        background: #fff;
        color: var(--primcol);
        padding: 8px 20px;
        border-radius: 5px;
        font-weight: bold;
    }
    .hasSidebar .left .eventsBarMobile .state li a.active {
        background: var(--primcol);
        color: #fff;
    }

    .hasSidebar .left .eventsBarMobile .cats .title {
        display: none;
    }
    
    .hasSidebar .left .eventsBarMobile .cats .menu > li.menu-item-has-children {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .hasSidebar .left .eventsBarMobile .cats .menu > li.menu-item-has-children > a {
        background: transparent;
        padding: 0px;
        font-size: 1.6rem;
        font-weight: 700;
        color: #fff !important;
        margin-bottom: 20px;
    }
    
    .hasSidebar .left .eventsBarMobile .menu > li .sub-menu li a {
        font-size:16px;
    }
    
    .hasSidebar .left .eventsBarMobile .menu > li .sub-menu {
        padding-left: 0px;
    }
    
    
    .hasSidebar .left .eventsBarMobile .menu-events-sidebar-categories-container {
        max-height: unset;
        overflow: unset;
    }
    
    .hasSidebar .left .eventsBarMobile .cats .menu > li:not(.menu-item-has-children) {
        order: 10;
        margin-top: 35px;
    }
    
    .hasSidebar .left .eventsBarMobile .cats .menu > li:not(.menu-item-has-children) a {
        border-radius: 5px;
        font-weight: 700;
    }
    
    .events-archive > .row > .right .eventsContent > div {
        width: 50%;
    }

    .type-events .multiProgram {
        max-width: 100%;
    }
    .type-events .progToggle {
        right: 0px !important;
        top: -25px !important;
    }


    /* single */

    

    .singleEvent .events-sidebar .info-container {
        width: 50%;
        float: left;
    }

    .singleEvent .events-sidebar.opport-sidebar .prices {
        width: 100%;
    }

    .singleEvent .events-sidebar .info-container:nth-child(1) {
        margin-bottom: 0px !important;
    }
    
    .singleEvent .events-sidebar .info-container:nth-child(2) {
        margin-bottom: 0px !important;
    }
    
    .singleEvent .events-sidebar {
        
        border-radius: 0px;
        background: transparent !important;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        overflow: auto;
        height: 100vh;
    }
    
    .singleEvent .events-sidebar .info-container.authors {
        width: 100%;
    }
    
    .singleEvent .events-sidebar .info-container.authors .people .person {
        width: 50%;
    }
    
    .singleEvent .events-sidebar .info-container.authors .info-text {
        display: flex;
        flex-wrap: wrap;
    }
    
    .singleEvent .events-sidebar .info-container.authors .info-text .people {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    
    .singleEvent .events-sidebar .info-container.authors .col-1 {
        width: 34px;
    }
    
    .singleEvent .events-sidebar .info-container.sponsors-container {
        width: 100%;
    }
    
    .singleEvent .events-sidebar .info-container.sponsors-container .sponsor {
        width: 25%;
    }

    .singleEvent .main-nav-menu:before {display: none;}

    .singleEvent .main-nav-menu {
        background: rgb(247 246 245 / 68%);
        border-radius: 0px;
        box-shadow: none;
    }

    .singleEvent .main-nav-menu > a.close > ul > li.line {
        border-color: var(--primcol);
    }

    #header-hero .floating-container .floating-button {
        background: #fff;
    }
    
    #header-hero .extraInfo .locationInfo .navi {
        background: #fff;
    }
    .singleEvent .program .right ul#myTab li.nav-item button {
        padding-left: 22px;
        padding-right: 22px;
    }
    .main-nav-menu > a.close {
        top: 40px;
    }
}


@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
    .events-archive > .row > .right .eventsContent > div {
        width: 33.33334%;
    }

    section.events-archive.hasSidebar {
        max-width: 925px;
    }

    section.events-archive.hasSidebar .thumbnail .programm a {
        font-size: 12px;
    }

    .type-events .progToggle {
        right: 0px !important;
        top: -25px !important;
    }

    .type-events .multiProgram {
        max-width: 100%;
    }

    section.events-archive.hasSidebar .event-title h3 a {
        font-size: 14px;
        line-height: 16px;
    }

    section.events-archive.hasSidebar .event-place .place {
        font-size: 14px;
    }

    .event .event-container .event-contributors .contributors {
        font-size: 14px;
    }

    .hasSidebar .left .eventsBarMobile .state {
        position:relative;
    }
    
    .hasSidebar .left .eventsBarMobile .state .title {
        color: #fff;
        font-size: 1.4rem;
        font-weight: bold;
        margin-bottom: 20px;
        display:block;
        padding-left:32px;
        margin-top:20px;
    }
    .hasSidebar .left .eventsBarMobile .state > ul {
        display: flex;
        height: auto;
        overflow: hidden;
        flex-wrap: wrap;
    }

    .hasSidebar .left .eventsBarMobile .state li {
        margin: 0px 12px 0px 0px;
        display: flex;
        align-items: center;
    }

    .hasSidebar .left .eventsBarMobile .state li a {
        background: #fff;
        color: var(--primcol);
        padding: 6px 20px;
        border-radius: 5px;
        font-weight: bold;
        font-size: 14px;
    }
    .hasSidebar .left .eventsBarMobile .state li a.active {
        background: var(--primcol);
        color: #fff;
    }

    .hasSidebar .left .eventsBarMobile .cats .title {
        display: none;
    }
    
    .hasSidebar .left .eventsBarMobile .cats .menu > li.menu-item-has-children {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .hasSidebar .left .eventsBarMobile .cats .menu > li.menu-item-has-children > a {
        background: transparent;
        padding: 0px;
        font-size: 1.4rem;
        font-weight: 700;
        color: #fff !important;
        margin-bottom: 20px;
    }
    
    .hasSidebar .left .eventsBarMobile .menu > li .sub-menu li a {
        font-size: 14px;
        padding: 6px 20px;
    }
    
    .hasSidebar .left .eventsBarMobile .menu > li .sub-menu {
        padding-left: 0px;
    }
    
    
    
    
    .hasSidebar .left .eventsBarMobile .cats .menu > li:not(.menu-item-has-children) {
        order: 10;
        margin-top: 35px;
    }
    
    .hasSidebar .left .eventsBarMobile .cats .menu > li:not(.menu-item-has-children) a {
        border-radius: 5px;
        font-weight: 700;
    }


    /* single */

    .singleEvent .events-sidebar .info-container {
        width: 50%;
        float: left;
    }
    

    .singleEvent .events-sidebar .info-container:nth-child(1) {
        margin-bottom: 0px !important;
    }
    
    .singleEvent .events-sidebar .info-container:nth-child(2) {
        margin-bottom: 0px !important;
    }
    
    .singleEvent .events-sidebar {
        border-radius: 0px !important;
        background: transparent !important;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        overflow: auto;
        height: 60vh;
    }
    
    .singleEvent .events-sidebar .info-container.authors {
        width: 100%;
    }
    
    .singleEvent .events-sidebar .info-container.authors .people .person {
        width: 50%;
    }
    
    .singleEvent .events-sidebar .info-container.authors .info-text {
        display: flex;
        flex-wrap: wrap;
    }
    
    .singleEvent .events-sidebar .info-container.authors .info-text .people {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    
    .singleEvent .events-sidebar .info-container.authors .col-1 {
        width: 34px;
    }
    
    .singleEvent .events-sidebar .info-container.sponsors-container {
        width: 100%;
    }
    
    .singleEvent .events-sidebar .info-container.sponsors-container .sponsor {
        width: 25%;
    }

    .singleEvent .main-nav-menu:before {display: none;}

    .singleEvent .main-nav-menu {
        background: rgb(247 246 245 / 68%);
        border-radius: 0px;
        box-shadow: none;
    }

    .singleEvent .main-nav-menu > a.close > ul > li.line {
        border-color: var(--primcol);
    }

    #header-hero .floating-container .floating-button {
        background: #fff;
    }
    
    #header-hero .extraInfo .locationInfo .navi {
        background: #fff;
    }
    
}


@media (min-width: 320px) and (max-width: 480px) {
    .events-archive > .row > .right .eventsContent > div {
        width: 100%;
    }

    section.events-archive.hasSidebar {
        max-width: 100%;
    }

    section.events-archive.hasSidebar .thumbnail .programm a {
        font-size: 12px;
    }

    section.events-archive.hasSidebar .event-title h3 a {
        font-size: 14px;
        line-height: 16px;
    }

    section.events-archive.hasSidebar .event-place .place {
        font-size: 14px;
    }

    .event .event-container .event-contributors .contributors {
        font-size: 14px;
    }

    .hasSidebar .left .eventsBarMobile .state {
        position:relative;
    }
    
    .hasSidebar .left .eventsBarMobile .state .title {
        color: #fff;
        font-size: 1.3rem;
        font-weight: bold;
        margin-bottom: 20px;
        display:block;
        padding-left: 15px;
        margin-top:20px;
    }
    .hasSidebar .left .eventsBarMobile .state > ul {
        display: flex;
        height: auto;
        overflow: hidden;
        flex-wrap: wrap;
        padding-left: 15px;
    }

    .hasSidebar .left .eventsBarMobile .state li {
        margin: 0px 12px 0px 0px;
        display: flex;
        align-items: center;
    }

    .hasSidebar .left .eventsBarMobile .state li a {
        background: #fff;
        color: var(--primcol);
        padding: 5px 20px;
        border-radius: 5px;
        font-weight: bold;
        font-size: 12px;
    }
    .hasSidebar .left .eventsBarMobile .state li a.active {
        background: var(--primcol);
        color: #fff;
    }

    .hasSidebar .left .eventsBarMobile .cats .title {
        display: none;
    }
    
    .hasSidebar .left .eventsBarMobile .cats .menu > li.menu-item-has-children {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .hasSidebar .left .eventsBarMobile .cats .menu > li.menu-item-has-children > a {
        background: transparent;
        padding: 0px;
        font-size: 1.3rem;
        font-weight: 700;
        color: #fff !important;
        margin-bottom: 20px;
    }
    
    .hasSidebar .left .eventsBarMobile .menu > li .sub-menu {
        padding-left: 0px;
    }
    
    
    
    
    .hasSidebar .left .eventsBarMobile .cats .menu > li:not(.menu-item-has-children) {
        order: 10;
        margin-top: 20px;
    }
    
    .hasSidebar .left .eventsBarMobile .cats .menu > li:not(.menu-item-has-children) a {
        border-radius: 5px;
        font-weight: 700;
    }

    .hasSidebar .eventsBarMobile .cats .menu li {
        margin-right: 6px !important;
    }
    .events-archive > .row > .right > .row {
        margin: 0px;
    }



    /* single */

    .eventsSingleHeaderInfo .col-md-4.col-12 {
        margin-bottom: 20px;
    }
    
    #header-hero .extraInfo .dateInfo {
        flex-direction: column;
        align-items: flex-start;
    }
    
    #header-hero .extraInfo .dateInfo .date {
        margin-bottom: 10px;
        font-size: 14px;
    }
    
    #header-hero .floating-container .floating-button span {
        font-size: 14px;
    }
    
    #header-hero .floating-container .floating-button {
        height: 35px;
    }
    
    #header-hero .extraInfo .locationInfo {
        flex-direction: column;
        align-items: flex-start;
    }
    
    #header-hero .extraInfo .locationInfo > div span {
        font-size: 14px;
    }
    
    #header-hero .extraInfo .locationInfo > div {
        display: flex;
        align-items: flex-start;
        margin-bottom: 10px;
    }
    
    #header-hero .extraInfo .locationInfo .navi {
        font-size: 14px;
        height: 35px;
    }


    .singleEvent .program .left {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .singleEvent .program .left > span {
        margin-bottom: 10px;
    }
    
    .singleEvent .program .right ul#myTab li.nav-item button {
        font-size: 13px;
        padding-left: 3px;
        padding-right: 3px;
    }
    
    .singleEvent .program .right ul#myTab .nav-item {
        width: calc(62% - 3.75px) !important;
    }
    
    .singleEvent .program .timeline li {
        flex-direction: column-reverse;
    }
    
    .singleEvent .program .direction-r {
        width: 100%;
        padding-left: 30px;
    }
    
    .singleEvent .program .direction-l {
        width: 100%;
        padding-left: 24px;
    }
    
    .singleEvent .program .time {
        font-size: 13px;
    }
    
    .singleEvent .program .flag {
        font-size: 16px;
    }
    
    .singleEvent .program .desc {
        font-size: 14px;
        line-height: 16px;
    }
    
    
    .singleEvent .program .direction-r .flag:before {
        left: 0px;
        margin-top: 0px;
        top: -24px;
    }
    
    .singleEvent .program .direction-r .flag:after {
        right: calc(100% + -9px);
        top: -23px;
        height: calc(100% + 155px);
    }
    
    .singleEvent .program .timeline {
        overflow: hidden;
    }
    
    
    .single-events .info.row .prevNext a:last-child {
        margin-right: 0px;
        font-size: 0px;
        margin-left: 8px;
        display: flex;
        align-items: center;
        line-height: 15px;
        width: auto;
        text-align: right;
    }
    
    .single-events .info.row .prevNext {
        justify-content: center;
    }
    
    .single-events .info.row .prevNext a {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    
    .single-events .info.row .prevNext a:first-child {
        margin-right: 8px;
        font-size: 0px;
        display: flex;
        align-items: center;
        line-height: 15px;
        width: auto;
        text-align: left;
        justify-content: flex-end;
    }
    
    



    .singleEvent .events-sidebar .info-container {
        width: 100%;
        margin-bottom: 0px !important;
    }
    
    .singleEvent .events-sidebar {
        display: flex;
        flex-wrap: wrap;
        border-radius: 0px;
        background: transparent !important;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        overflow-y: auto;
        height: 100%;
        overflow-x: hidden;
        padding: 15px;
    }
    
    .singleEvent .events-sidebar .info-container.authors {
        width: 100%;
    }
    
    .singleEvent .events-sidebar .info-container.authors .people .person {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .singleEvent .events-sidebar .info-container.authors .info-text {
        display: flex;
        flex-wrap: wrap;
    }
    
    .singleEvent .events-sidebar .info-container.authors .info-text .people {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    
    .singleEvent .events-sidebar .info-container.authors .col-1 {
        width: 34px;
    }
    
    .singleEvent .events-sidebar .info-container.sponsors-container {
        width: 100%;
    }
    
    .singleEvent .events-sidebar .info-container.sponsors-container .sponsor {
        width: 50%;
    }

    .singleEvent .events-sidebar .sponsors-container .sponsor img {
        padding:0px;
    }

    .singleEvent .main-nav-menu {
        background: rgb(247 246 245 / 68%);
        border-radius: 0px;
        box-shadow: none;
        height: 100%;
    }



    .singleEvent .main-nav-menu:before {
        display:none;
    }

    .singleEvent .main-nav-menu > a.close > ul > li.line {
            border-color: var(--primcol);
        }

    .singleEvent .events-sidebar .info-container:first-child {
        margin-top: 3rem !important;
    }

    .singleEvent .events-sidebar .info-container.authors .people .person .image {
        width: 40px;
        height: 40px;
        padding-bottom: 40px;
    }

    .singleEvent .events-sidebar .info-container.authors .people .person .name {
        font-size: 14px;
    }

    .singleEvent .events-sidebar .info-container.authors .people .person .status, .singleEvent .events-sidebar .info-container.authors .people .person .title {
        font-size: 13px;
        line-height: 14px;
    }
}


@media (min-width: 481px) and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 4) and (orientation: landscape) {
    .events-archive > .row > .right .eventsContent > div {
        width: 50%;
    }

    section.events-archive.hasSidebar {
        max-width: 100%;
    }

    section.events-archive.hasSidebar .thumbnail .programm a {
        font-size: 12px;
    }

    section.events-archive.hasSidebar .event-title h3 a {
        font-size: 14px;
        line-height: 16px;
    }

    section.events-archive.hasSidebar .event-place .place {
        font-size: 14px;
    }

    .event .event-container .event-contributors .contributors {
        font-size: 14px;
    }

    .hasSidebar .left .eventsBarMobile .state {
        position:relative;
    }
    
    .hasSidebar .left .eventsBarMobile .state .title {
        color: #fff;
        font-size: 1.3rem;
        font-weight: bold;
        margin-bottom: 20px;
        display:block;
        padding-left: 15px;
        margin-top:20px;
    }
    .hasSidebar .left .eventsBarMobile .state > ul {
        display: flex;
        height: auto;
        overflow: hidden;
        flex-wrap: wrap;
        padding-left: 15px;
    }

    .hasSidebar .left .eventsBarMobile .state li {
        margin: 0px 12px 0px 0px;
        display: flex;
        align-items: center;
    }

    .hasSidebar .left .eventsBarMobile .state li a {
        background: #fff;
        color: var(--primcol);
        padding: 5px 20px;
        border-radius: 5px;
        font-weight: bold;
        font-size: 12px;
    }
    .hasSidebar .left .eventsBarMobile .state li a.active {
        background: var(--primcol);
        color: #fff;
    }

    .hasSidebar .left .eventsBarMobile .cats .title {
        display: none;
    }
    
    .hasSidebar .left .eventsBarMobile .cats .menu > li.menu-item-has-children {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .hasSidebar .left .eventsBarMobile .cats .menu > li.menu-item-has-children > a {
        background: transparent;
        padding: 0px;
        font-size: 1.3rem;
        font-weight: 700;
        color: #fff !important;
        margin-bottom: 20px;
    }
    
    .hasSidebar .left .eventsBarMobile .menu > li .sub-menu {
        padding-left: 0px;
    }

    
    
    
    
    .hasSidebar .left .eventsBarMobile .cats .menu > li:not(.menu-item-has-children) {
        order: 10;
        margin-top: 20px;
    }
    
    .hasSidebar .left .eventsBarMobile .cats .menu > li:not(.menu-item-has-children) a {
        border-radius: 5px;
        font-weight: 700;
    }

    .hasSidebar .eventsBarMobile .cats .menu li {
        margin-right: 6px !important;
    }
    .events-archive.hasSidebar > .row > .right > .row {
        margin: 0px;
    }

    .events-archive.hasSidebar > .row > .right .eventsContent {
        padding: 0px;
    }

    .main-nav-menu.eventsBarMobile {
        max-height: 100%;
        overflow: auto;
        border-radius: 0px;
        background: var(--primcol) !important;
    }

    .main-nav-menu.eventsBarMobile .menu-events-sidebar-categories-container {
        max-height: unset;
        overflow: unset;
    }

    .main-nav-menu.eventsBarMobile:before {
        display: none;
    }


    /* single */


    .singleEvent .program .left > span {
        margin-bottom: 10px;
    }
    
    .singleEvent .program .right ul#myTab li.nav-item button {
        font-size: 13px;
        padding-left: 3px;
        padding-right: 3px;
    }
    
    .singleEvent .program .right ul#myTab .nav-item {
        width: calc(35% - 3.75px) !important;
    }
    
    .singleEvent .program .timeline li {
        flex-direction: column-reverse;
    }
    
    .singleEvent .program .direction-r {
        width: 100%;
        padding-left: 30px;
    }
    
    .singleEvent .program .direction-l {
        width: 100%;
        padding-left: 24px;
    }
    
    .singleEvent .program .time {
        font-size: 13px;
    }
    
    .singleEvent .program .flag {
        font-size: 16px;
    }
    
    .singleEvent .program .desc {
        font-size: 14px;
        line-height: 16px;
    }
    
    
    .singleEvent .program .direction-r .flag:before {
        left: 0px;
        margin-top: 0px;
        top: -24px;
    }
    
    .singleEvent .program .direction-r .flag:after {
        right: calc(100% + -9px);
        top: -23px;
        height: calc(100% + 155px);
    }
    
    .singleEvent .program .timeline {
        overflow: hidden;
    }
    
    
    .single-events .info.row .prevNext a:last-child {
        margin-right: 0px;
        font-size: 14px;
        margin-left: 8px;
        display: flex;
        align-items: center;
        line-height: 15px;
        width: calc(50% - 50px);
        justify-content: flex-end;
    }
    
    
    
    .single-events .info.row .prevNext a:first-child {
        margin-right: 8px;
        font-size: 14px;
        display: flex;
        align-items: center;
        line-height: 15px;
        width: calc(50% - 50px);
        text-align: left;
    }
    



    .singleEvent .events-sidebar .info-container {
        width: 100%;
        margin-bottom: 0px !important;
    }
    
    .singleEvent .events-sidebar {
        display: flex;
        flex-wrap: wrap;
        border-radius: 0px;
        background: transparent !important;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        overflow-y: auto;
        height: 100%;
        overflow-x: hidden;
        padding: 15px;
    }
    
    .singleEvent .events-sidebar .info-container.authors {
        width: 100%;
    }
    
    .singleEvent .events-sidebar .info-container.authors .people .person {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .singleEvent .events-sidebar .info-container.authors .info-text {
        display: flex;
        flex-wrap: wrap;
    }
    
    .singleEvent .events-sidebar .info-container.authors .info-text .people {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    
    .singleEvent .events-sidebar .info-container.authors .col-1 {
        width: 34px;
    }
    
    .singleEvent .events-sidebar .info-container.sponsors-container {
        width: 100%;
    }
    
    .singleEvent .events-sidebar .info-container.sponsors-container .sponsor {
        width: 50%;
    }

    .singleEvent .events-sidebar .sponsors-container .sponsor img {
        padding:0px;
    }

    .singleEvent .main-nav-menu {
        background: rgb(247 246 245 / 68%);
        border-radius: 0px;
        box-shadow: none;
        height: 100%;
    }



    .singleEvent .main-nav-menu:before {
        display:none;
    }

    .singleEvent .main-nav-menu > a.close > ul > li.line {
            border-color: var(--primcol);
        }

    .singleEvent .events-sidebar .info-container:first-child {
        margin-top: 3rem !important;
    }

    .eventsSingleHeaderInfo .col-md-4.col-12 {
            margin-bottom: 20px;
        }

    #header-hero .extraInfo .locationInfo {
        margin-top: 0px;
    }

    .singleEvent .events-sidebar .info-container.authors .people .person .image {
        width: 40px;
        height: 40px;
        padding-bottom: 40px;
    }

    .singleEvent .events-sidebar .info-container.authors .people .person .name {
        font-size: 14px;
    }

    .singleEvent .events-sidebar .info-container.authors .people .person .status, .singleEvent .events-sidebar .info-container.authors .people .person .title {
        font-size: 13px;
        line-height: 14px;
    }

    #header-hero.opport .col-md-4.col-12 {
        position: absolute;
        right: 0;
        bottom: 0px;
        height: 100%;
        width: auto;
        z-index: 0;
    }

    #header-hero.opport {
        height:auto;
    }

}

/* ======================================================================== */




/* ============================= Media archive - simple ================================== */


@media (min-width: 1025px) and (max-width: 1199px) {
    #mediaArchive .progAndSource .programm.inMedia a {
        font-size: 12px !important;
    }
    
    #mediaArchive .progAndSource .source {
        font-size: 12px;
    }
    
    #mediaArchive .posts .content .title a {
        font-size: 14px;
        line-height: 16px;
    }

    .media-archive .filters .statusFilters > .row .nice-select {
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
    
    .project_search_bar input {
        height: 36px;
        font-size: 14px;
    }
        
}

@media (min-width: 992px) and (max-width: 1024px) {
    #mediaArchive .progAndSource .programm.inMedia a {
        font-size: 12px !important;
    }
    
    #mediaArchive .progAndSource .source {
        font-size: 12px;
    }
    
    #mediaArchive .posts .content .title a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .media-archive .filters .statusFilters > .row .nice-select {
        height: 38px;
        line-height: 38px;
        font-size: 16px;
    }
    
    .project_search_bar input {
        height: 38px;
        font-size: 16px;
    }
}


@media (max-width: 1024px) and (min-width: 740px) and (orientation: portrait) {
    #mediaArchive .progAndSource .programm.inMedia a {
        font-size: 12px !important;
    }
    
    #mediaArchive .progAndSource .source {
        font-size: 12px;
    }
    
    #mediaArchive .posts .content .title a {
        font-size: 14px;
        line-height: 16px;
    }
    
    /* single */

    .singlePublish .info .prevNext {
        width: 20%;
    }
    .singlePublish .info .categories {
        width: 80%;
    }
}


@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
    .singlePublish .info .prevNext {
        width: 54%;
    }
    .singlePublish .info .categories {
        width: 46%;
    }
}


@media (min-width: 320px) and (max-width: 480px) {
    #mediaArchive .themFilter {
        padding: 0px;
        margin-bottom: 10px;
    }
    
    #mediaArchive .project_search_bar {
        padding: 0px;
    }

    .pagination.row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .eliamep-container > .row > .right .loader {
        position: fixed;
    }
    
    .eliamep-container > .row > .right .loader .loading-image {
        top: 50%;
        margin-top: -50px;
    }

    /* single */

    .singlePublish .info .categories span {
        font-size: 14px;
    }
}


@media (min-width: 481px) and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 4) and (orientation: landscape) {
    #mediaArchive .themFilter {
        padding: 0px;
        margin-bottom: 10px;
    }
    
    #mediaArchive .project_search_bar {
        padding: 0px;
    }

    .pagination.row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .eliamep-container > .row > .right .loader {
        position: fixed;
    }
    
    .eliamep-container > .row > .right .loader .loading-image {
        top: 50%;
        margin-top: -50px;
    }

    /* single */

    .singlePublish .info .categories span {
        font-size: 14px;
    }
}


/* ======================================================================== */





/* ============================= Multimedia archive - simple ================================== */

@media (min-width: 1025px) and (max-width: 1199px) {
    #multimediaArchive .progAndSource .programm.inMedia a {
        font-size: 12px !important;
    }
    
    #multimediaArchive .progAndSource .source {
        font-size: 12px;
    }
    
    #multimediaArchive .posts .content .title a {
        font-size: 14px;
        line-height: 16px;
    }

    .media-archive .filters .statusFilters ul li a {
        font-size: 14px;
        height: 36px;
    }
    
    .media-archive .filters .statusFilters > .row .nice-select {
        height: 36px;
        line-height: 36px;
    }
    

    .podcasts .podlinks img {
        width: 250px !important;
    }
        
}

@media (min-width: 992px) and (max-width: 1024px) {
    #multimediaArchive .progAndSource .programm.inMedia a {
        font-size: 12px !important;
    }
    
    #multimediaArchive .progAndSource .source {
        font-size: 12px;
    }
    
    #multimediaArchive .posts .content .title a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .media-archive .filters .statusFilters ul li a {
        font-size: 16px;
        height: 38px;
    }
    
    .media-archive .filters .statusFilters > .row .nice-select {
        height: 38px;
        line-height: 38px;
    }
    
    .project_search_bar input {
        height: 38px;
    }

    .podcasts .podlinks img {
        width: 250px !important;
    }
}


@media (max-width: 1024px) and (min-width: 740px) and (orientation: portrait) {
    #multimediaArchive .progAndSource .programm.inMedia a {
        font-size: 12px !important;
    }
    
    #multimediaArchive .progAndSource .source {
        font-size: 12px;
    }
    
    #multimediaArchive .posts .content .title a {
        font-size: 14px;
        line-height: 16px;
    }
    .media-archive .filters .statusFilters ul li a {
        font-size: 16px;
        height: 38px;
    }
    
    .media-archive .filters .statusFilters > .row .nice-select {
        height: 45px;
        line-height: 45px;
        margin-bottom: 10px;
    }
    
    .podcasts .podlinks img {
        width: 200px !important;
    }
}


@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
    
}


@media (min-width: 320px) and (max-width: 480px) {
    #multimediaArchive .themFilter {
        padding: 0px;
        margin-bottom: 10px;
    }
    
    #multimediaArchive .project_search_bar {
        padding: 0px;
    }

    .media-archive .filters .statusFilters > ul {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    
    .media-archive .filters .statusFilters ul li a {
        height: 35px;
        font-size: 14px;
        margin: 4px;
        padding: 0 25px;
    }
    
    .media-archive .filters .statusFilters > .row .nice-select {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    
    .project_search_bar input {
        height: 35px;
        font-size: 14px;
    }
    
    .project_search_bar svg {
        right: 16px;
    }

    /* single */

    .podcasts .podlinks img {
        width: 220px !important;
    }

    .podcasts .podlinks .link {
        margin: 5px;
    }

    .podcasts .podlinks .podtitle {
        font-size: 14px;
    }

}


@media (min-width: 481px) and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 4) and (orientation: landscape) {
    #multimediaArchive .themFilter {
        padding: 0px;
        margin-bottom: 10px;
    }
    
    #multimediaArchive .project_search_bar {
        padding: 0px;
    }

    .media-archive .filters .statusFilters > ul {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    
    .media-archive .filters .statusFilters ul li a {
        height: 35px;
        font-size: 14px;
        margin: 4px;
        padding: 0 25px;
    }
    
    .media-archive .filters .statusFilters > .row .nice-select {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    
    .project_search_bar input {
        height: 35px;
        font-size: 14px;
    }
    
    .project_search_bar svg {
        right: 16px;
    }

    /* single */

    .podcasts .podlinks img {
        width: 170px !important;
    }

    .podcasts .podlinks .link {
        margin: 0px 5px;
    }

    .podcasts .podlinks .podtitle {
        font-size: 14px;
    }

}

/* ======================================================================== */




/* ============================= Opportunities archive - simple ================================== */

@media (min-width: 1368px) and (max-width: 1600px) {
    .activeOport .opportunities .sectionTitle {
        font-size: 20px;
    }
    .activeOport .opportunities .opportunity .catTitle {
        font-size: 18px;
    }
    .activeOport .opportunities .noPost {
        font-size: 14px;
        line-height: 16px;
    }
    .opportunities-content .opportunity .opportunity-container .opportunity-title h3 {
        line-height: 15px !important;
    }
    .opportunities-content .opportunity .opportunity-container .opportunity-title h3 a {
        font-size: 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1367px) {

    #header-hero .bg-blue .page-wrapper  h1 {
        font-size: 2rem;
    }
    
    #header-hero .bg-blue .page-wrapper .text-white p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    .activeOport .opportunities .noPost {font-size: 12px;text-align: center;}
    
    .activeOport .opportunities .opportunity {
        width: 50%;
    }
    
    .activeOport .opportunities .opportunity .catTitle {
        font-size: 16px;
        justify-content: center;
    }
    
    .activeOport .opportunities .opportunity:nth-child(2) {margin-bottom: 15px;}
    .activeOport .opportunities .opportunity:nth-child(3) {margin-bottom: 15px;}

    .activeOport .opportunities .opportunity .title {
        font-size: 14px;
        text-align: center;
        line-height: 16px;
    }
    
    .activeOport .opportunities .opportunity .deadline {
        text-align: center;
    }
    .activeOport .opportunities .sectionTitle {
        font-size: 18px;
    }
    .opportunities-content .opportunity .opportunity-container .opportunity-title h3 a {
        font-size: 14px;
    }
    .opportunities-content .opportunity .opportunity-container .opportunity-title h3 {
        line-height: 16px !important;
    }
    .opportunities-content-inner .categories span {
        font-size: 12px;
    }
    .opportunities-archive .opportunities-content .opportunities-content-inner .deadline .date {
        font-size: 14px;
    }
    .opportunities-archive .filters .statusFilters ul li a {
        font-size: 15px;
        height: 40px;
    }
    
    .opportunities-archive .filters .statusFilters > .row .nice-select {
        font-size: 15px;
        height: 40px;
        line-height: 40px;
      }
    
    .opportunities_search_bar input {
       font-size: 15px;
        height: 40px; 
    }
}


@media (min-width: 1025px) and (max-width: 1199px) {
    #header-hero .bg-blue .page-wrapper  h1 {
        font-size: 1.6rem;
    }
    
    #header-hero .bg-blue .page-wrapper .text-white p {
        font-size: 13px;
        margin-bottom: 10px;
    }
    
    .activeOport .opportunities .noPost {font-size: 14px;text-align: center;}
    
    .activeOport .opportunities .opportunity {
        width: 50%;
    }
    
    .activeOport .opportunities .opportunity .catTitle {
        font-size: 18px;
        justify-content: center;
    }
    
    .activeOport .opportunities .opportunity:nth-child(2) {margin-bottom: 15px;}
    .activeOport .opportunities .opportunity:nth-child(3) {margin-bottom: 15px;}

    .activeOport .opportunities .opportunity .title {
        font-size: 14px;
        text-align: center;
        line-height: 16px;
    }
    
    .activeOport .opportunities .opportunity .deadline {
        text-align: center;
        font-size: 13px;
    }

    .activeOport .opportunities .sectionTitle {
        font-size: 18px;
    }

    .opportunities-archive .filters .statusFilters ul li a {
        height: 36px;
        font-size: 14px;
    }

    .opportunities-archive .filters .statusFilters > .row .nice-select {
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }

    .opportunities_search_bar input {
        height: 36px;
        font-size: 14px;
    }

    .opportunities-archive .opportunity {
        width: 50%;
    }

    .opportunities-content .opportunity .opportunity-container .opportunity-title h3 a {
        font-size: 14px;
    }

    .opportunities-content .opportunity .opportunity-container .opportunity-title h3 {
        line-height: 16px !important;
    }
    .opportunities-content-inner .categories span {
        font-size: 13px;
    }
    .opportunities-archive .opportunities-content .opportunities-content-inner .deadline .date {
        font-size: 15px;
    }

    span.loadMoreTxt {
        font-size: 14px;
    }
    
    a.loadMore {
        width: 260px !important;
    }

    .opportunities-archive .opportunity:nth-child(even) .opportunity-container {
        border: none;
    }

    .opportunities-archive .opportunity:nth-child(odd) .opportunity-container {
        border-right: 1px solid var(--thirdcol40);
    }

    .opportunities-archive .opportunity:last-child .opportunity-container {
        border: none;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    #header-hero .bg-blue .page-wrapper  h1 {
        font-size: 1.6rem;
    }
    
    #header-hero .bg-blue .page-wrapper .text-white p {
        font-size: 14px;
        margin-bottom: 10px;
        text-align: left !important;
    }

    #header-hero .page-wrapper ul li {
        font-size: 14px;
        justify-content: flex-start;
        padding-left: 0px;
    }
    
    #header-hero .page-wrapper ul {
        text-align: left !important;
    }
    
    .activeOport .opportunities .noPost {font-size: 14px;text-align: center;}
    
    .activeOport .opportunities .opportunity {
        width: 50%;
    }
    
    .activeOport .opportunities .opportunity .catTitle {
        font-size: 18px;
        justify-content: center;
    }

    .activeOport .opportunities .opportunity .catTitle:after {
        content: "";
        width: 20px;
        height: 3px;
        background: var(--primcol);
        display: block;
        margin-left: 10px;
    }
    
    .activeOport .opportunities .opportunity:nth-child(2) {margin-bottom: 15px;}
    .activeOport .opportunities .opportunity:nth-child(3) {margin-bottom: 15px;}

    .activeOport .opportunities .opportunity .title {
        font-size: 14px;
        text-align: center;
        line-height: 16px;
    }
    
    .activeOport .opportunities .opportunity .deadline {
        text-align: center;
        font-size: 13px;
    }

    .activeOport .opportunities .sectionTitle {
        font-size: 18px;
    }

    .opportunities-archive .filters .statusFilters ul li a {
        height: 38px;
        font-size: 16px;
    }

    .opportunities-archive .filters .statusFilters > .row .nice-select {
        height: 38px;
        line-height: 38px;
    }

    .opportunities_search_bar input {
        height: 38px;
    }

    .opportunities-archive .opportunity {
        width: 50%;
    }

    .opportunities-archive .opportunity:nth-child(even) .opportunity-container {
        border: none;
    }

    .opportunities-archive .opportunity:nth-child(odd) .opportunity-container {
        border-right: 1px solid var(--thirdcol40);
    }

    .opportunities-archive .opportunity:last-child .opportunity-container {
        border: none;
    }
    .single-page-sidebar.opport-sidebar {
        height: auto;
    }
}


@media (max-width: 1024px) and (min-width: 740px) and (orientation: portrait) {
    #header-hero .bg-blue .page-wrapper  h1 {
        font-size: 1.6rem;
    }
    
    #header-hero .bg-blue .page-wrapper .text-white p {
        font-size: 14px;
        margin-bottom: 10px;
        text-align: left !important;
    }

    #header-hero .page-wrapper ul li {
        font-size: 14px;
        justify-content: flex-start;
        padding-left: 0px;
    }
    
    #header-hero .page-wrapper ul {
        text-align: left !important;
    }
    
    .activeOport .opportunities .noPost {font-size: 12px;text-align: center;}
    
    .activeOport .opportunities .opportunity {
        width: 50%;
    }
    
    .activeOport .opportunities .opportunity .catTitle {
        font-size: 16px;
        justify-content: center;
    }

    .activeOport .opportunities .opportunity .catTitle:after {
        content: "";
        width: 20px;
        height: 3px;
        background: var(--primcol);
        display: block;
        margin-left: 10px;
    }
    
    .activeOport .opportunities .opportunity:nth-child(2) {margin-bottom: 15px;}
    .activeOport .opportunities .opportunity:nth-child(3) {margin-bottom: 15px;}

    .activeOport .opportunities .opportunity .title {
        font-size: 14px;
        text-align: center;
        line-height: 16px;
    }
    
    .activeOport .opportunities .opportunity .deadline {
        text-align: center;
        font-size: 13px;
    }

    .activeOport .opportunities .sectionTitle {
        font-size: 18px;
    }

    .opportunities-archive .filters .statusFilters ul li a {
        height: 38px;
        font-size: 16px;
    }

    .opportunities-archive .filters .statusFilters > .row .nice-select {
        height: 38px;
        line-height: 38px;
        margin-bottom: 10px;
    }

    .opportunities_search_bar input {
        height: 38px;
    }

    .opportunities-archive .opportunity {
        width: 50%;
    }

    .opportunities-archive .opportunity:nth-child(even) .opportunity-container {
        border: none;
    }

    .opportunities-archive .opportunity:nth-child(odd) .opportunity-container {
        border-right: 1px solid var(--thirdcol40);
    }

    .opportunities-archive .opportunity:last-child .opportunity-container {
        border: none;
    }

    .opportunities-content .opportunity .opportunity-container .opportunity-title h3 a {
        font-size: 14px;
        line-height: 14px;
    }

    .opportunities-content-inner .categories span {
        font-size: 12px;
    }

    .opportunities-archive .opportunities-content .opportunities-content-inner .deadline .date {
        font-size: 14px;
    }

    .opportunities ul.splide__pagination {
        bottom: -10px;
    }
    
    
    .opportunities ul.splide__pagination .splide__pagination__page {
        width: 20px;
        height: 10px;
        border-radius: 10px;
        background: var(--primcol);
        transition: 0.2s linear all;
    }
    
    .opportunities ul.splide__pagination .splide__pagination__page.is-active {
        transform: none;
        width: 40px;
        background: var(--seccol);
    }

    /* single */

    #header-hero.opport .col-md-4.col-12 {
        position: absolute;
        right: 0;
        bottom: 0px;
        height: 100%;
        width: auto;
    }
    
    #header-hero.opport {
        height: auto;
    }
}


@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
    .opportunities ul.splide__pagination {
        bottom: -10px;
    }
    
    
    .opportunities ul.splide__pagination .splide__pagination__page {
        width: 20px;
        height: 10px;
        border-radius: 10px;
        background: var(--primcol);
        transition: 0.2s linear all;
    }
    
    .opportunities ul.splide__pagination .splide__pagination__page.is-active {
        transform: none;
        width: 40px;
        background: var(--seccol);
    }

    /* single */

    #header-hero.opport .col-md-4.col-12 {
        position: absolute;
        right: 0;
        bottom: 0px;
        height: 100%;
        width: auto;
        display: block;
    }
    
    #header-hero.opport {
        height: auto;
    }
}


@media (min-width: 320px) and (max-width: 480px) {
    #header-hero .bg-blue .page-wrapper  h1 {
        font-size: 1.6rem;
    }
    
    #header-hero .bg-blue .page-wrapper .text-white p {
        margin-bottom: 10px;
    }
    
    .activeOport .opportunities .noPost {font-size: 12px;text-align: center;}
    
    .activeOport .opportunities .opportunity .catTitle {
        font-size: 16px;
        justify-content: center;
    }

    .activeOport .opportunities .opportunity .catTitle:after {
        content: "";
        width: 20px;
        height: 3px;
        background: var(--primcol);
        display: block;
        margin-left: 10px;
    }
    
    .activeOport .opportunities .opportunity:nth-child(2) {margin-bottom: 15px;}
    .activeOport .opportunities .opportunity:nth-child(3) {margin-bottom: 15px;}

    .activeOport .opportunities .opportunity .title {
        font-size: 14px;
        text-align: center;
        line-height: 16px;
    }
    
    .activeOport .opportunities .opportunity .deadline {
        text-align: center;
        font-size: 13px;
    }

    .activeOport .opportunities .sectionTitle {
        font-size: 18px;
        display: block;
    }

    .opportunities-archive .filters .statusFilters ul li a {
        height: 35px;
        font-size: 14px;
        margin: 6px;
    }

    .opportunities-archive .filters .statusFilters > .row .nice-select {
        height: 38px;
        line-height: 38px;
        font-size: 14px;
    }

    .opportunities_search_bar input {
        height: 38px;
        font-size: 14px;
    }

    .opportunities-archive .opportunity {
        width: 100%;
        background: var(--bgcol);
        border-radius: 5px;
        margin-bottom: 0px;
    }


    .opportunities-archive .opportunity .opportunity-container {
        border: none;
        padding: 0px !important;
    }

    .opportunities-content .opportunity .opportunity-container .opportunity-title h3 a {
        font-size: 14px;
        line-height: 14px;
    }

    .opportunities-content-inner .categories span {
        font-size: 12px;
    }

    .opportunities-archive .opportunities-content .opportunities-content-inner .deadline .date {
        font-size: 14px;
    }

    .opportunities-archive .filters .statusFilters > ul {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .opportunities-archive .filters .inner {
        margin-left: 0px;
        margin-right: 0px;
    }

    .opportunities-archive .themFilter {
        padding: 0px 6px;
        margin-bottom: 12px;
    }

    .opportunities-archive .opportunities_search_bar {
        padding: 0px 6px;
    }

    .activeOport .opportunities {
        display: block;
    }
    
    .opportunities ul.splide__pagination {
        bottom: -15px;
    }
    
    
    .opportunities ul.splide__pagination .splide__pagination__page {
        width: 20px;
        height: 10px;
        border-radius: 10px;
        background: var(--primcol);
        transition: 0.2s linear all;
    }
    
    .opportunities ul.splide__pagination .splide__pagination__page.is-active {
        transform: none;
        width: 40px;
        background: var(--seccol);
    }


    #header-hero.opport .col-md-4.col-12 {
        position: absolute;
        right: 0;
        bottom: 0px;
        height: 100%;
        width: auto;
        z-index: 0;
    }
    
    #header-hero.opport {
        height: auto;
        padding-bottom:30px !important;
    }

    #header-hero.opport .single-post-meta {
        position: relative;
        z-index: 5;
    }

    #header-hero .opportunitiesLink .info {flex-direction: column;align-items: flex-start;}

    #header-hero .opportunitiesLink .info .title {
        margin-bottom: 5px;
    }

    .single-page-sidebar.opport-sidebar .info-container .prices > div {
        width: 100% !important;
        margin: 0px !important;
    }

    .single-page-sidebar.opport-sidebar .info-container .prices {
        flex-direction: column;
        gap: 10px;
    }

    .single-opportunities .info.row .prevNext a {
        font-size: 0px !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    
    .single-opportunities .info.row .prevNext {
        justify-content: center;
    }
}


@media (min-width: 481px) and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 4) and (orientation: landscape) {
    #header-hero .bg-blue .page-wrapper  h1 {
        font-size: 1.6rem;
    }
    
    #header-hero .bg-blue .page-wrapper .text-white p {
        margin-bottom: 10px;
    }
    
    .activeOport .opportunities .noPost {font-size: 12px;text-align: center;}
    
    .activeOport .opportunities .opportunity .catTitle {
        font-size: 18px;
        justify-content: center;
    }
    
    .activeOport .opportunities .opportunity:nth-child(2) {margin-bottom: 15px;}
    .activeOport .opportunities .opportunity:nth-child(3) {margin-bottom: 15px;}

    .activeOport .opportunities .opportunity .title {
        font-size: 14px;
        text-align: center;
        line-height: 16px;
    }
    
    .activeOport .opportunities .opportunity .deadline {
        text-align: center;
        font-size: 13px;
    }

    .activeOport .opportunities .sectionTitle {
        font-size: 18px;
        display: block;
    }

    .opportunities-archive .filters .statusFilters ul li a {
        height: 35px;
        font-size: 14px;
        margin: 6px;
    }

    .opportunities-archive .filters .statusFilters > .row .nice-select {
        height: 38px;
        line-height: 38px;
        font-size: 14px;
    }

    .opportunities_search_bar input {
        height: 38px;
        font-size: 14px;
    }

    .opportunities-archive .opportunity {
        width: calc(50% - 12px);
        background: var(--bgcol);
        border-radius: 5px;
        margin-bottom: 0px;
    }

    .opportunities-archive .opportunity:nth-child(odd) {
        margin-right: 6px;
    }
    .opportunities-archive .opportunity:nth-child(even) {
        margin-left: 6px;
    }


    .opportunities-archive .opportunity .opportunity-container {
        border: none;
        padding: 0px !important;
    }

    .opportunities-content .opportunity .opportunity-container .opportunity-title h3 a {
        font-size: 14px;
        line-height: 14px;
    }

    .opportunities-content-inner .categories span {
        font-size: 12px;
    }

    .opportunities-archive .opportunities-content .opportunities-content-inner .deadline .date {
        font-size: 14px;
    }

    .opportunities-archive .filters .statusFilters > ul {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .opportunities-archive .filters .inner {
        margin-left: 0px;
        margin-right: 0px;
    }

    .opportunities-archive .themFilter {
        padding: 0px 6px;
        margin-bottom: 12px;
        width: 50%;
    }

    .opportunities-archive .opportunities_search_bar {
        padding: 0px 6px;
        width: 50%;
    }

    .activeOport .opportunities {
        display: block;
    }
    
    .opportunities ul.splide__pagination {
        bottom: -10px;
    }
    
    
    .opportunities ul.splide__pagination .splide__pagination__page {
        width: 20px;
        height: 10px;
        border-radius: 10px;
        background: var(--primcol);
        transition: 0.2s linear all;
    }
    
    .opportunities ul.splide__pagination .splide__pagination__page.is-active {
        transform: none;
        width: 40px;
        background: var(--seccol);
    }

    .opportunities_search_bar svg {
        margin-top: -14.25px;
    }
}


/* ======================================================================== */




/* ============================= War Diary ================================== */

@media (min-width: 1368px) and (max-width: 1600px) {
    #war-diary .warTimeline .timeslot .monthday {
        font-size: 17px;
    }
    
    #war-diary .warTimeline .timeslot .year {
        font-size: 50px;
    }
}

@media (min-width: 1200px) and (max-width: 1367px) {
    .single-page-sidebar .info-container.authors .people .person .right .name {
        font-size: 14px;
    }
    .single-page-sidebar .info-container.authors .people .person .right .status, .single-page-sidebar .info-container.authors .people .person .right .title {
        font-size: 12px;
        line-height: 14px;
    }
    .single-page-sidebar.sidebar .info-container .info-text {
        font-size: 14px;
    }
    .single-page-sidebar.sidebar .info-container .info-title {
        font-size: 15px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .circle {
        width: 16px;
        height: 16px;
        top: -5px;
    }
    
    .circle:before {
        width: 6px;
        height: 6px;
    }
    
    .circle .popupSpan {
        font-size: 14px;
    }

    #war-diary .warTimeline .timeslot .left {
        width: 20%;
    }
    
    #war-diary .warTimeline .timeslot .right {
        width: 80%;
    }
    .single-page-sidebar .info-container.authors .people .person {
        width: 50%;
    }
    
    #war-diary .single-page-sidebar.sidebar .info-container.authors .info-icon {
        width: 30px;
    }

}

@media (min-width: 992px) and (max-width: 1024px) {
    .circle {
        width: 16px;
        height: 16px;
        top: -5px;
    }
    
    .circle:before {
        width: 6px;
        height: 6px;
    }
    
    .circle .popupSpan {
        font-size: 14px;
    }

    #war-diary .warTimeline .timeslot .left {
        width: 20%;
    }
    
    #war-diary .warTimeline .timeslot .right {
        width: 80%;
    }
    .single-page-sidebar .info-container.authors .people .person {
        width: 50%;
    }
    
    #war-diary .single-page-sidebar.sidebar .info-container.authors .info-icon {
        width: 30px;
    }
}


@media (max-width: 1024px) and (min-width: 740px) and (orientation: portrait) {
    .circle {
        width: 16px;
        height: 16px;
        top: -5px;
    }

    .circle:before {
        width: 6px;
        height: 6px;
    }
    
    .circle .popupSpan {
        font-size: 14px;
    }

    #war-diary .warTimeline .timeslot .left {
        width: 25%;
    }
    
    #war-diary .warTimeline .timeslot .right {
        width: 75%;
    }
    .single-page-sidebar .info-container.authors .people .person {
        width: 50%;
    }
    
    #war-diary .single-page-sidebar.sidebar .info-container.authors .info-icon {
        width: 30px;
    }

    #war-diary .warTimeline .timeslot .link {
        font-size: 12px;
    }
    .circle.first .popupSpan {
        left: -10px;
    }
    
    .circle.last .popupSpan {
        left: auto;
        right: -10px;
    }
}


@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {

}


@media (min-width: 320px) and (max-width: 480px) {
    #war-diary .warTimeline .timeslot .link {
        word-wrap: break-word;
        font-size: 12px;
        line-height: 14px;
    }
    
    #war-diary .singleEvent {
        margin-top: 0px;
    }
    
    #war-diary .singleEvent .col-lg-4.col-12.my-3 {
        margin-top: 0px !important;
        padding: 0px;
    }
    
    #war-diary .single-page-sidebar.sidebar {
        border-radius: 0px;
    }
    
    #war-diary .info-container.authors .people .person:last-child {
        margin-bottom: 0px;
    }
    
    #war-diary .info-container.authors .people .person .image {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        padding-bottom: 50px;
    }
    
    #war-diary .info-container.authors .people .person .right {
        width: calc(100% - 50px);
        padding-left: 10px;
    }
    
    #war-diary .info-container.authors .people .person .right .name {
        font-size: 15px;
    }
    
    #war-diary .info-container.authors .people .person .right .status {
        font-size: 13px;
    }
    
    #war-diary .warTimeline .timeslot .left {
        display: flex;
        align-items: baseline;
        margin-bottom: 15px;
    }
    
    #war-diary .warTimeline .timeslot .left .time {
        margin-left: 20px;
    }
    
    #war-diary .warTimeline .timeslot .title {
        font-size: 14px;
        line-height: 16px;
    }
    
    #war-diary .warTimeline .timeslot .description ul li {
        font-size: 12px;
        line-height: 16px;
    }
    
    #war-diary .warTimeline .timeslot .description * {
        font-size: 12px;
        line-height: 16px;
    }
}


@media (min-width: 481px) and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 4) and (orientation: landscape) {
    #war-diary .warTimeline .timeslot .link {
        word-wrap: break-word;
        font-size: 12px;
        line-height: 14px;
    }
    
    #war-diary .singleEvent {
        margin-top: 0px;
    }
    
    #war-diary .singleEvent .col-lg-4.col-12.my-3 {
        margin-top: 0px !important;
        padding: 0px;
    }
    
    #war-diary .single-page-sidebar.sidebar {
        border-radius: 0px;
    }
    
    #war-diary .info-container.authors .people .person:last-child {
        margin-bottom: 0px;
    }
    
    #war-diary .info-container.authors .people .person .image {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        padding-bottom: 50px;
    }
    
    #war-diary .info-container.authors .people .person .right {
        width: calc(100% - 50px);
        padding-left: 10px;
    }
    
    #war-diary .info-container.authors .people .person .right .name {
        font-size: 15px;
    }
    
    #war-diary .info-container.authors .people .person .right .status {
        font-size: 13px;
    }
    
    #war-diary .warTimeline .timeslot .left {
        display: flex;
        align-items: baseline;
        margin-bottom: 15px;
    }
    
    #war-diary .warTimeline .timeslot .left .time {
        margin-left: 20px;
    }
    
    #war-diary .warTimeline .timeslot .title {
        font-size: 14px;
        line-height: 16px;
    }
    
    #war-diary .warTimeline .timeslot .description ul li {
        font-size: 12px;
        line-height: 16px;
    }
    
    #war-diary .warTimeline .timeslot .description * {
        font-size: 12px;
        line-height: 16px;
    }
    
    #war-diary .info-container.authors .people .person {
        width: 50%;
    }
}

/* ======================================================================== */




/* ============================= Perspectives archive - simple ================================== */

@media (min-width: 1921px){

}


@media (min-width: 1601px) and (max-width: 1920px){

}


@media (min-width: 1368px) and (max-width: 1600px) {
    
    /* single */

    .singlePerspectivePost .content {
        margin-left: 0px;
        margin-right: auto;
        max-width: 800px;
    }
    
    .nextPerspective {
        max-width: 380px;
    }
    
    .perspectivePost .single-post-meta {
        max-width: 1140px;
    }

}


@media (min-width: 1200px) and (max-width: 1367px) {
    /* single */
    .singlePerspectivePost .content {
        margin-left: 0px;
        margin-right: auto;
        max-width: 750px;
    }
    
    .nextPerspective {
        max-width: 380px;
    }
    
    .perspectivePost .single-post-meta {
        max-width: 1140px;
    }

}


@media (min-width: 1025px) and (max-width: 1199px) {
    /* single */

    .nextPerspective {
        max-width: 330px;
        overflow: unset;
        transform: translateX(330px);
        top: 74%;
        z-index: 9999;
        height: 140px;
    }
    
    .nextPerspective .nextPerspMobileTrigger {
        width: 46px;
        height: 46px;
        border: 2px solid #a4c6d4;
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: absolute;
        border-radius: 50px;
        background: #fff;
        transition: 0.25s linear all;
        transform: translateX(-52px);
        transition-delay: 0.4s;
    }
    
    .nextPerspMobileTrigger svg {
        width: 30px;
        height: 30px;
    }
    
    .nextPerspMobileTrigger svg path {
        stroke: #a4c6d4;
    }

    .nextPerspective .close {
        display: flex !important;
        position: absolute;
        z-index: 2;
        border: 1px solid;
        border-radius: 50px;
        top: 5px;
        left: 10px;
        transition:0.2s linear all;
        transform: translateY(-34px);
        opacity: 0;
        transition-delay: 0.4s;
    }
    
    .nextPerspective .close svg {
        width: 20px;
        height: 20px;
    }
    
    .nextPerspective.active .close {transform: translateY(0px);opacity: 1;}
}

@media (min-width: 992px) and (max-width: 1024px) {
     /* single */

     .nextPerspective {
        max-width: 330px;
        overflow: unset;
        transform: translateX(330px);
        top: 74%;
        z-index: 9999;
        height: 140px;
    }
    
    .nextPerspective .nextPerspMobileTrigger {
        width: 46px;
        height: 46px;
        border: 2px solid #a4c6d4;
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: absolute;
        border-radius: 50px;
        background: #fff;
        transition: 0.25s linear all;
        transform: translateX(-52px);
        transition-delay: 0.4s;
    }
    
    .nextPerspMobileTrigger svg {
        width: 30px;
        height: 30px;
    }
    
    .nextPerspMobileTrigger svg path {
        stroke: #a4c6d4;
    }

    .nextPerspective .close {
        display: flex !important;
        position: absolute;
        z-index: 2;
        border: 1px solid;
        border-radius: 50px;
        top: 5px;
        left: 10px;
        transition:0.2s linear all;
        transform: translateY(-34px);
        opacity: 0;
        transition-delay: 0.4s;
    }
    
    .nextPerspective .close svg {
        width: 20px;
        height: 20px;
    }
    
    .nextPerspective.active .close {transform: translateY(0px);opacity: 1;}
}


@media (max-width: 1024px) and (min-width: 740px) and (orientation: portrait) {
    .post-type-archive-perspective #header-hero .page-wrapper h1 {
        padding: 0px 20px;
    }
    
    .post-type-archive-perspective #header-hero .page-wrapper .text-white {
        padding: 0px 20px;
    }
    
    #perspective .perspectivePosts {
        margin: 0px;
        padding-bottom: 40px;
    }

    /* single */

    .nextPerspective {
        max-width: 330px;
        overflow: unset;
        transform: translateX(330px);
        top: 76%;
        z-index: 9999;
        height: 140px;
    }
    
    .nextPerspective .nextPerspMobileTrigger {
        width: 46px;
        height: 46px;
        border: 2px solid #a4c6d4;
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: absolute;
        border-radius: 50px;
        background: #fff;
        transition: 0.25s linear all;
        transform: translateX(-52px);
        transition-delay: 0.4s;
    }
    
    .nextPerspMobileTrigger svg {
        width: 30px;
        height: 30px;
    }
    
    .nextPerspMobileTrigger svg path {
        stroke: #a4c6d4;
    }

    .nextPerspective .close {
        display: flex !important;
        position: absolute;
        z-index: 2;
        border: 1px solid;
        border-radius: 50px;
        top: 5px;
        left: 10px;
        transition:0.2s linear all;
        transform: translateY(-34px);
        opacity: 0;
        transition-delay: 0.4s;
    }
    
    .nextPerspective .close svg {
        width: 20px;
        height: 20px;
    }
    
    .nextPerspective.active .close {transform: translateY(0px);opacity: 1;}

    .singlePerspectivePost .content {
        padding-right: 60px;
    }
}


@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
    .nextPerspective {
        top: 68%;
    }
}


@media (min-width: 320px) and (max-width: 480px) {

    .post-type-archive-perspective #header-hero .page-wrapper h1 {
        padding: 0px 20px;
    }
    
    .post-type-archive-perspective #header-hero .page-wrapper .text-white {
        padding: 0px 20px;
    }
    
    #perspective .perspectivePosts {
        margin: 0px;
        padding-bottom: 40px;
    }
    
    #perspective .perspectivePosts .post .content > .title span {
        font-size: 16px;
        line-height: 20px;
    }
    
    #perspective .perspectivePosts .post .content > .title {
        line-height: 20px;
    }
    
    #perspective .perspectivePosts .post {
        padding: 15px;
    }
    
    #perspective .perspectivePosts .post .content .description {
        font-size: 13px;
        line-height: 18px;
    }
    
    #perspective .perspectivePosts .post .content .perspectivePosts > div {
        max-width: 100%;
        align-items: flex-start !important;
        margin-top: 25px;
    }
    
    #perspective .perspectivePosts .perspectivePosts {
        flex-wrap: wrap;
        margin-top: 25px;
    }
    
    #perspective .perspectivePosts .post .content .perspectivePosts .pleft .name {
        margin-bottom: 5px;
    }
    #perspective .perspectivePosts .post .content .perspectivePosts .pright .name {
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }
    
    #perspective .perspectivePosts .post .content .perspectivePosts .pleft .title {
        font-size: 13px;
        line-height: 16px;
    }
    
    #perspective .perspectivePosts .post .content .perspectivePosts .pright .title {
        font-size: 13px;
        line-height: 16px;
        text-align: left;
    }
    
    #perspective .perspectivePosts .post .content .perspectivePosts .pleft .name svg {
        width: 48px;
        height: 24.637px;
    }
    #perspective .perspectivePosts .post .content .perspectivePosts .pright .name svg {
        width: 48px;
        height: 24.637px;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }
    
    #perspective .perspectivePosts .post .content .perspectivePosts .pleft .name a {
        font-size: 14px;
    }
    
    #perspective .perspectivePosts .post .content .perspectivePosts .pright .name a {
        font-size: 14px;
        margin-right: 0px;
        margin-left: 15px;
    }
    
    #perspective .perspectivePosts .post .content .perspectivePosts .pleft {
        margin-top: 0px;
    }


    /* single */

    .nextPerspective {
        max-width: 330px;
        overflow: unset;
        transform: translateX(330px);
        top: 69%;
        z-index: 9999;
        height: 140px;
    }
    
    .nextPerspective .nextPerspMobileTrigger {
        width: 35px;
        height: 35px;
        border: 2px solid #a4c6d4;
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: absolute;
        border-radius: 50px;
        background: #fff;
        transition: 0.25s linear all;
        transform: translateX(-40px);
        transition-delay: 0.4s;
    }
    
    .nextPerspMobileTrigger svg {
        width: 30px;
        height: 30px;
    }
    
    .nextPerspMobileTrigger svg path {
        stroke: #a4c6d4;
    }

    .nextPerspective .close {
        display: flex !important;
        position: absolute;
        z-index: 2;
        border: 1px solid;
        border-radius: 50px;
        top: 5px;
        left: 10px;
        transition:0.2s linear all;
        transform: translateY(-34px);
        opacity: 0;
        transition-delay: 0.4s;
    }
    
    .nextPerspective .close svg {
        width: 20px;
        height: 20px;
    }
    
    .nextPerspective.active .close {transform: translateY(0px);opacity: 1;}


    #header-hero.perspectivePost {
        margin-bottom: 20px;
        margin-top: -20px;
        background-size: cover !important;
    }

    #header-hero.perspectivePost h1 {
        max-width: 100%;
        font-size: 20px !important;
    }

    #header-hero.perspectivePost .author svg {
        width: 70px;
        height: 32px;
    }


    #header-hero.perspectivePost .author span {
        font-size: 18px;
        margin-left: 5px;
    }


    #header-hero.perspectivePost .author {
        margin-top: 15px;
    }

    article .singlepost .the-content blockquote * {
        font-size: 13px !important;
        line-height: 18px;
        text-align: left;
    }


    .nextPerspective a .title span {
        font-size: 14px;
    }
}


@media (min-width: 481px) and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 4) and (orientation: landscape) {
    .post-type-archive-perspective #header-hero .page-wrapper h1 {
        padding: 0px 20px;
    }
    
    .post-type-archive-perspective #header-hero .page-wrapper .text-white {
        padding: 0px 20px;
    }
    
    #perspective .perspectivePosts {
        margin: 0px;
        padding-bottom: 40px;
    }

    #perspective .perspectivePosts .post .content > .title span {
            font-size: 16px;
            line-height: 20px;
        }
        
        #perspective .perspectivePosts .post .content > .title {
            line-height: 20px;
        }
    #perspective .perspectivePosts .post .content .description {
            font-size: 13px;
            line-height: 18px;
        }

    #perspective .perspectivePosts .post .content .perspectivePosts .pleft .name {
        margin-bottom: 10px;
    }

    #perspective .perspectivePosts .post .content .perspectivePosts .pleft .name a {
        font-size: 14px;
    }

    #perspective .perspectivePosts .post .content .perspectivePosts .pleft .title {
        font-size: 13px;
        line-height: 16px;
        padding-right: 15px;
    }



    #perspective .perspectivePosts .post .content .perspectivePosts .pright .name {
        margin-bottom: 10px;
    }

    #perspective .perspectivePosts .post .content .perspectivePosts .pright .name a {
        font-size: 14px;
    }

    #perspective .perspectivePosts .post .content .perspectivePosts .pright .title {
        font-size: 13px;
        line-height: 16px;
        padding-left: 15px;
    }


    /* single */

    .nextPerspective {
        max-width: 330px;
        overflow: unset;
        transform: translateX(330px);
        top: 44%;
        z-index: 9999;
        height: 140px;
    }
    
    .nextPerspective .nextPerspMobileTrigger {
        width: 35px;
        height: 35px;
        border: 2px solid #a4c6d4;
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: absolute;
        border-radius: 50px;
        background: #fff;
        transition: 0.25s linear all;
        transform: translateX(-40px);
        transition-delay: 0.4s;
    }
    
    .nextPerspMobileTrigger svg {
        width: 30px;
        height: 30px;
    }
    
    .nextPerspMobileTrigger svg path {
        stroke: #a4c6d4;
    }

    .nextPerspective .close {
        display: flex !important;
        position: absolute;
        z-index: 2;
        border: 1px solid;
        border-radius: 50px;
        top: 5px;
        left: 10px;
        transition:0.2s linear all;
        transform: translateY(-34px);
        opacity: 0;
        transition-delay: 0.4s;
    }
    
    .nextPerspective .close svg {
        width: 20px;
        height: 20px;
    }
    
    .nextPerspective.active .close {transform: translateY(0px);opacity: 1;}


    #header-hero.perspectivePost {
        margin-bottom: 20px;
        margin-top: -20px;
        background-size: cover !important;
    }

    #header-hero.perspectivePost h1 {
        max-width: 60%;
        font-size: 20px !important;
    }

    #header-hero.perspectivePost .author svg {
        width: 70px;
        height: 32px;
    }


    #header-hero.perspectivePost .author span {
        font-size: 18px;
        margin-left: 5px;
    }


    #header-hero.perspectivePost .author {
        margin-top: 15px;
    }

    article .singlepost .the-content blockquote * {
        font-size: 13px !important;
        line-height: 18px;
        text-align: left;
    }


    .nextPerspective a .title span {
        font-size: 14px;
    }

    /* single */

    .nextPerspective {
        max-width: 330px;
        overflow: unset;
        transform: translateX(330px);
        top: 44%;
        z-index: 9999;
        height: 140px;
    }
    
    .nextPerspective .nextPerspMobileTrigger {
        width: 35px;
        height: 35px;
        border: 2px solid #a4c6d4;
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: absolute;
        border-radius: 50px;
        background: #fff;
        transition: 0.25s linear all;
        transform: translateX(-40px);
        transition-delay: 0.4s;
    }
    
    .nextPerspMobileTrigger svg {
        width: 30px;
        height: 30px;
    }
    
    .nextPerspMobileTrigger svg path {
        stroke: #a4c6d4;
    }

    .nextPerspective .close {
        display: flex !important;
        position: absolute;
        z-index: 2;
        border: 1px solid;
        border-radius: 50px;
        top: 5px;
        left: 10px;
        transition:0.2s linear all;
        transform: translateY(-34px);
        opacity: 0;
        transition-delay: 0.4s;
    }
    
    .nextPerspective .close svg {
        width: 20px;
        height: 20px;
    }
    
    .nextPerspective.active .close {transform: translateY(0px);opacity: 1;}


    #header-hero.perspectivePost {
        margin-bottom: 20px;
        margin-top: -20px;
        background-size: cover !important;
    }

    #header-hero.perspectivePost h1 {
        max-width: 60%;
        font-size: 20px !important;
    }

    #header-hero.perspectivePost .author svg {
        width: 70px;
        height: 32px;
    }


    #header-hero.perspectivePost .author span {
        font-size: 18px;
        margin-left: 5px;
    }


    #header-hero.perspectivePost .author {
        margin-top: 15px;
    }

    article .singlepost .the-content blockquote * {
        font-size: 13px !important;
        line-height: 18px;
        text-align: left;
    }


    .nextPerspective a .title span {
        font-size: 14px;
    }
}

/* ======================================================================== */






/* ============================= Simple page & simple post general styles ================================== */


@media (min-width: 320px) and (max-width: 480px) {
    .simplePage .the-content h3 * {
        font-size: 16px !important;
    }
    
    .simplePageContent h1 {
        font-size: 22px;
    }
    
    .simplePage .the-content h3:before, .simplePage .the-content h4:before {
        width: 20px;
        height: 3px;
    }
    
    .simplePage .the-content h3 {
        padding-left: 30px;
    }
    
    .simplePage .the-content h4 {
        padding-left: 30px;
    }
}
@media (min-width: 481px) and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 4) and (orientation: landscape) {
    .simplePage .the-content h3 * {
        font-size: 16px !important;
    }
    
    .simplePageContent h1 {
        font-size: 22px;
    }
    
    .simplePage .the-content h3:before, .simplePage .the-content h4:before {
        width: 20px;
        height: 3px;
    }
    
    .simplePage .the-content h3 {
        padding-left: 30px;
    }
    
    .simplePage .the-content h4 {
        padding-left: 30px;
    }
}


/* ======================================================================== */





/* ============================= Contact page ================================== */

@media (min-width: 1200px) and (max-width: 1367px) {
    .contactContainer .inner {
        padding: 20px;
    }
}


@media (min-width: 1025px) and (max-width: 1199px) {
    .contactContainer .left {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .contactContainer .right {
        width: 100%;
    }
    
    .contactContainer .inner {
        display: flex;
        flex-wrap: wrap;
    }
    
    .contactContainer .inner .info {
        margin-right: 30px;
    }
    
    .contactContainer .inner .map {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .contactContainer .left {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .contactContainer .right {
        width: 100%;
    }
    
    .contactContainer .inner {
        display: flex;
        flex-wrap: wrap;
    }
    
    .contactContainer .inner .info {
        margin-right: 30px;
    }
    
    .contactContainer .inner .map {
        width: 100%;
    }
}


@media (max-width: 1024px) and (min-width: 740px) and (orientation: portrait) {
    .contactContainer .left {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .contactContainer .right {
        width: 100%;
    }
    
    .contactContainer .inner {
        display: flex;
        flex-wrap: wrap;
    }
    
    .contactContainer .inner .info {
        margin-right: 30px;
    }
    
    .contactContainer .inner .map {
        width: 100%;
    }

    .contactContainer .inner .info:nth-of-type(3) {
        margin-right: 0px !important;
    }
    
    .contactContainer .right .inner .info a {
        font-size: 15px;
    }
    
    .contactContainer .right .inner .info span {
        font-size: 15px;
    }
}



@media (min-width: 320px) and (max-width: 480px) {
    .contactContainer .inner {
        padding: 20px 10px;
    }
    
    .contactContainer .left .inner .title {
        font-size: 16px;
    }
    
    .contactContainer .left .contactContainer .row label span {
        font-size: 12px;
    }
    
    .contactContainer .left .contactContainer .halfColumn input {
        height: 38px;
        border-radius: 10px;
        font-size: 14px;
    }
    
    .contactContainer .left .contactContainer .submit input {
        height: 36px;
        width: 180px;
        font-size: 14px;
    }
    
    .contactContainer .left {
        margin-bottom: 30px;
    }
    
    .contactContainer .right .inner .info a {
        font-size: 16px;
    }
    
    .contactContainer .right .inner .info span {
        font-size: 16px;
    }

    section.contactContainer {
        margin-bottom: 40px;
    }
}


@media (min-width: 481px) and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 4) and (orientation: landscape) {
    .contactContainer .inner {
        padding: 20px 10px;
    }
    
    .contactContainer .left .inner .title {
        font-size: 16px;
    }
    
    .contactContainer .left .contactContainer .row label span {
        font-size: 12px;
    }
    
    .contactContainer .left .contactContainer .halfColumn input {
        height: 38px;
        border-radius: 10px;
        font-size: 14px;
    }
    
    .contactContainer .left .contactContainer .submit input {
        height: 36px;
        width: 180px;
        font-size: 14px;
    }
    
    .contactContainer .left {
        margin-bottom: 30px;
    }
    
    .contactContainer .right .inner .info a {
        font-size: 16px;
    }
    
    .contactContainer .right .inner .info span {
        font-size: 16px;
    }

    section.contactContainer {
        margin-bottom: 40px;
        margin-top: -50px;
    }

    .contactContainer .left .contactContainer .halfColumn {
        width: 50%;
    }

    .contactContainer .left .contactContainer .halfColumn:nth-child(odd) {
        padding-right: 6px;
    }

    .contactContainer .left .contactContainer .halfColumn:nth-child(even) {
        padding-left: 6px;
    }

    .contactContainer .left .contactContainer .fullColumn textarea {
        height: 120px;
    }
}

/* ======================================================================== */






/* ============================= Search results page ================================== */


@media (min-width: 1025px) and (max-width: 1199px) {
    .searchResults .inner > div {
        width: 100%;
        max-width: 900px;
    }
    .searchResults .searchResultsFilters > ul li a {
        height: 36px;
        font-size: 14px;
    }
    
    #sResults .bigtitle.style1 > span {
        font-size: 25px;
    }
    div#datafetch ul li a {
        font-size: 1.3rem;
    }
    #search-modal-container .search-modal-background .search-modal .inner {
        margin-top: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .searchResults .inner > div {
        width: 100%;
        max-width: 900px;
    }
    .searchResults .searchResultsFilters > ul li a {
        height: 38px;
        font-size: 16px;
    }
    
    #sResults .bigtitle.style1 > span {
        font-size: 30px;
    }
}


@media (max-width: 1024px) and (min-width: 740px) and (orientation: portrait) {
    .searchResults .inner > div {
        width: 100%;
    }
    
    .searchResults .searchResultsFilters > ul li a {
        height: 38px;
        font-size: 16px;
    }
    
    .searchResults .searchResultsFilters > ul {
        padding: 0px;
    }

    #sResults .searchResults {
        max-width: 100%;
    }
    
    
}



@media (min-width: 320px) and (max-width: 480px) {
    .searchResults .searchResultsFilters {
        position: relative;
        margin-top: 20px;
    }
    
    .searchResults .searchResultsFilters form.searchform input#keyword {
        height: 40px;
    }
    
    .searchResults .searchResultsFilters form.searchform .search-btn {
        width: 40px;
        height: 40px;
    }
    
    .searchResults .searchResultsFilters .totalNum p {
        font-size: 14px;
    }
    
    .searchResults .searchResultsFilters > ul {
        padding: 0px;
        gap: 6px;
    }
    
    .searchResults .searchResultsFilters > ul li a {
        height: 35px;
        font-size: 14px;
        padding: 4px 15px;
    }
    
    .searchResults .inner {
        margin: 0px;
    }
    
    .searchResults .inner > div {
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 50px;
    }
    
    .searchResults .inner > div .bigtitle span {
        font-size: 24px;
    }
    
    .searchResults .inner > div .posts .post a {
        font-size: 14px;
        line-height: 20px;
    }
    
    
    
    .searchResults .inner > div .posts .post svg {
        width: 13.455px;
        height: 15.882px;
    }
    
    .searchResults .inner > div .posts {
        grid-gap: 6px;
    }
}


@media (min-width: 481px) and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 4) and (orientation: landscape) {
    .searchResults .searchResultsFilters {
        position: relative;
        margin-top: 20px;
    }
    
    .searchResults .searchResultsFilters form.searchform input#keyword {
        height: 40px;
    }
    
    .searchResults .searchResultsFilters form.searchform .search-btn {
        width: 40px;
        height: 40px;
    }
    
    .searchResults .searchResultsFilters .totalNum p {
        font-size: 14px;
    }
    
    .searchResults .searchResultsFilters > ul {
        padding: 0px;
        gap: 6px;
    }
    
    .searchResults .searchResultsFilters > ul li a {
        height: 35px;
        font-size: 14px;
        padding: 4px 15px;
    }
    
    .searchResults .inner {
        margin: 0px;
    }
    
    .searchResults .inner > div {
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 50px;
    }
    
    .searchResults .inner > div .bigtitle span {
        font-size: 24px;
    }
    
    .searchResults .inner > div .posts .post a {
        font-size: 14px;
        line-height: 20px;
    }
    
    
    
    .searchResults .inner > div .posts .post svg {
        width: 13.455px;
        height: 15.882px;
    }
    
    .searchResults .inner > div .posts {
        grid-gap: 6px;
    }
}

/* ======================================================================== */






/* ============================= Program taxonomy page ================================== */


@media (min-width: 1368px) and (max-width: 1600px) {
    .programSinglePage--postypes .row.post .posts {
        grid-template-columns: 1fr 1fr 1fr;
    }
    
    .programSinglePage--postypes .type-events .progToggle {
        top: -24px !important;
        right: 0px !important;
    }
    
    .programSinglePage--postypes .type-events .multiProgram {
        max-width: 100%;
    }
    
    .programSinglePage--postypes .type-events .programm a {
        font-size: 13px !important;
    }

    .programSinglePage--postypes > .row.media .posts .post .content .title a {
        font-size: 17px;
        display: block;
    }
    
    .programSinglePage--postypes > .row.media .posts .post .content .title {
        line-height: 18px;
    }

}


@media (min-width: 1200px) and (max-width: 1367px) {
    .programSinglePage--postypes .row.post .posts {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .tax-program .bigtitle.style1 > span {
        font-size: 28px;
    }
    
    .row.perspective .posts .post .content .description {
        font-size: 13px;
    }
    
    .row.perspective .posts .post .content .perspectivePosts .pleft .title {
        font-size: 13px;
    }
    
    .row.perspective .posts .post .content .perspectivePosts .pright .title {
        font-size: 13px;
    }
    
    .sectionsMenu a {
        font-size: 14px;
        padding: 0 15px;
    }
    
}


@media (min-width: 1025px) and (max-width: 1199px) {
    .programSinglePage--postypes .row.post .posts {
        grid-template-columns: 1fr 1fr 1fr;
    }
    
    .tax-program .row.post .programm-cat {
        font-size: 12px;
    }
    #header-hero.program .titleDescription h1 {
        font-size: 26px;
    }
    
    #header-hero.program .description * {
        font-size: 14px;
    }
    
    .tax-program .bigtitle.style1 > span {
        font-size: 28px;
    }
    
    .programSinglePage--folders .folderPosts .post {
        width: 50%;
    }

    .programSinglePage .inner .splide__slide.project .project-title h3 a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .programSinglePage--postypes > .row.media .posts .post .content .title a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .programSinglePage--hr .hrContent .people .person {
        width: 33.33334%;
    }
    
    
    .tax-program .event .event-container .thumbnail .programm a {
        font-size: 12px;
    }
    
    .tax-program .type-events .progToggle {
        right: 0px !important;
        top: -25px !important;
        width: 16px;
        height: 16px;
    }

    .multiProgram .progToggle:before {
        left: 3px;
    }

    .multiProgram .progToggle:after {
        top: 3px;
    }

    .programSinglePage--postypes .row.events .posts > .event {
        width: 33.33334%;
    }
    
    .tax-program .type-events .multiProgram {
        max-width:100%;
    }

    .multiProgram .progToggle {
        width: 16px;
        height: 16px;
    }
    
    .tax-program .event .event-container .event-title h3 a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .tax-program .event .event-container .event-place .place {
        font-size: 14px;
        line-height: 18px;
    }
    
    .tax-program .event .event-container .event-contributors .contributors {
        font-size: 14px;
    }
    
    .tax-program .row.perspective .posts .post {
        width: 100%;
    }
    
    .tax-program .row.perspective .posts {
        flex-wrap: wrap;
    }
    
    .row.perspective .posts .post .content .description {
        font-size: 14px;
    }
    
    .row.perspective .posts .post .content .perspectivePosts .pright .title {
        font-size: 14px;
    }
    
    .row.perspective .posts .post .content .perspectivePosts .pleft .title {
        font-size: 14px;
    }
    .programSinglePage--postypes > .row.projects .posts .project .project-container .project-title h3 {
        line-height: 14px !important;
    }
    
    .tax-program .programSinglePage--postypes > .row.projects .posts .project .project-container .project-title h3 a {
        font-size: 14px;
    }
    
    .tax-program .programSinglePage--postypes > .row.media .progAndSource .programm-cat {
        font-size: 12px !important;
    }

    .sectionsMenu a {
        font-size: 14px;
        padding: 0 16px;
    }

    .tax-program .type-projects .multiProgram .progToggle {
        top: 0px;
        margin-top: -24px;
        right: 0px;
    }
    
    .tax-program .type-projects .multiProgram {
        max-width:100%;
    }
    
    .programSinglePage--postypes > .row.projects .posts .status {
        padding: 4px 25px;
        font-size: 12px;
    }
    
    .tax-program .hrContent .people .person .status {
        font-size:13px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 6; /* number of lines to show */
        line-clamp: 6; 
        -webkit-box-orient: vertical;
    }
    .programSinglePage .inner .splide__slide.project .status {
        font-size: 12px;
        padding: 4px 25px;
    }
    .programSinglePage--postypes .opportunities .opportunity .opportunity-container .opportunity-title h3 a {
        font-size: 14px;
    }
    .programSinglePage--postypes .opportunities .opportunity .opportunity-container .opportunity-title h3 {
        line-height: 16px !important;
    }
    .programSinglePage--postypes .opportunities .opportunity .categories span {
        font-size: 13px;
    }
    .programSinglePage--postypes .opportunities .opportunity .deadline .date {
        font-size: 14px;
    }
    .programSinglePage--postypes > .row.media .progAndSource .source {
        font-size: 12px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .programSinglePage--postypes .row.post .posts {
        grid-template-columns: 1fr 1fr 1fr;
    }
    
    .tax-program .row.post .programm-cat {
        font-size: 12px;
    }
    #header-hero.program .titleDescription h1 {
        font-size: 26px;
    }
    
    #header-hero.program .description * {
        font-size: 14px;
    }
    
    .tax-program .bigtitle.style1 > span {
        font-size: 28px;
    }
    
    .programSinglePage--folders .folderPosts .post {
        width: 50%;
    }

    .programSinglePage .inner .splide__slide.project .project-title h3 a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .programSinglePage--postypes > .row.media .posts .post .content .title a {
        font-size: 14px;
        line-height: 18px;
    }

    .programSinglePage--postypes > .row.media .progAndSource .programm-cat {
        font-size: 12px !important;
    }
    
    .programSinglePage--postypes > .row.media .progAndSource .source {
        font-size: 12px;
    }
    
    .programSinglePage--hr .hrContent .people .person {
        width: 33.33334%;
    }
    
    
    .tax-program .event .event-container .thumbnail .programm a {
        font-size: 12px;
    }
    
    .tax-program .type-events .progToggle {
        right: 0px !important;
        top: -25px !important;
    }
    
    .tax-program .type-events .multiProgram {
        max-width:100%;
    }

    .programSinglePage--postypes .row.events .posts > .event {
        width: 33.33334%;
    }
    
    .tax-program .event .event-container .event-title h3 a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .tax-program .event .event-container .event-place .place {
        font-size: 14px;
        line-height: 18px;
    }
    
    .tax-program .event .event-container .event-contributors .contributors {
        font-size: 14px;
    }
    
    .tax-program .row.perspective .posts .post {
        width: 100%;
    }
    
    .tax-program .row.perspective .posts {
        flex-wrap: wrap;
    }
    
    .row.perspective .posts .post .content .description {
        font-size: 14px;
    }
    
}


@media (max-width: 1024px) and (min-width: 740px) and (orientation: portrait) {
    .programSinglePage--postypes .row.post .posts {
        grid-template-columns: 1fr 1fr;
    }
    .tax-program .row.post .programm-cat {
        font-size: 12px;
    }
    #header-hero.program .titleDescription h1 {
        font-size: 26px;
    }
    
    #header-hero.program .description * {
        font-size: 14px;
    }
    
    .tax-program .bigtitle.style1 > span {
        font-size: 24px;
    }
    
    .programSinglePage--folders .folderPosts .post {
        width: 50%;
    }
    
    .programSinglePage .inner .splide__slide.project .project-title h3 a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .programSinglePage--postypes > .row.media .posts .post .content .title a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .programSinglePage--hr .hrContent .people .person {
        width: 50%;
    }
    
    
    .tax-program .event .event-container .thumbnail .programm a {
        font-size: 12px;
    }
    
    .tax-program .type-events .progToggle {
        right: 0px !important;
        top: -25px !important;
    }
    
    .tax-program .type-events .multiProgram {
        max-width:100%;
    }
    
    .tax-program .event .event-container .event-title h3 a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .tax-program .event .event-container .event-place .place {
        font-size: 14px;
        line-height: 18px;
    }
    
    .tax-program .event .event-container .event-contributors .contributors {
        font-size: 14px;
    }

    .programSinglePage--postypes .row.events .posts > .event {
        width: 50%;
    }
    
    .tax-program .row.perspective .posts .post {
        width: 100%;
    }
    
    .tax-program .row.perspective .posts {
        flex-wrap: wrap;
    }
    
    .row.perspective .posts .post .content .description {
        font-size: 14px;
    }
    
    .row.perspective .posts .post .content .perspectivePosts .pright .title {
        font-size: 14px;
    }
    
    .row.perspective .posts .post .content .perspectivePosts .pleft .title {
        font-size: 14px;
    }
    
    .tax-program .programSinglePage--postypes > .row.projects .posts .project .project-container .project-title h3 a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .tax-program .programSinglePage--postypes > .row.media .progAndSource .programm-cat {
        font-size: 12px !important;
    }
    
    .sectionsMenu a {
        font-size: 14px;
        padding: 0 16px;
    }
    
    .tax-program .type-projects .multiProgram .progToggle {
        top: 0px;
        margin-top: -24px;
        right: 0px;
    }
    
    .tax-program .type-projects .multiProgram {
        max-width:100%;
    }
    
    .programSinglePage--postypes > .row.projects .posts .status {
        padding: 4px 25px;
        font-size: 12px;
    }
    
    .tax-program .hrContent .people .person .status {
        font-size:13px;
    }
    .programSinglePage .inner .splide__slide.project .status {
        font-size: 12px;
        padding: 4px 25px;
    }
    
    .tax-program .bigtitle.style1 {
        max-width: calc(100% - 170px);
    }
    
    .tax-program .viewAllLink {
        background: #fff;
    }
    
    .tax-program .programSinglePage--postypes > .row.media .posts {
        grid-template-columns:1fr 1fr;
    }
    
    .tax-program .programSinglePage--postypes .row.post .posts .post .content .title a {
        font-size:14px;
        line-height:18px;
    }



    /* toggle */

    .sectionsMenu {
        flex-direction: column;
        height: auto;
        background: #fff;
        box-shadow: 0px 0px 5px rgb(0 0 0 / 18%);
        padding: 20px 15px 15px 15px;
        transform: translateX(238px) translateY(0px) !important;
        right: 0px;
        left: auto;
        bottom: 50px;
        z-index: 9998;
        visibility: visible !important;
        opacity: 1 !important;
        width: 235px;
    }
    
    .sectionsMenu a {
        color: var(--thirdcol);
        font-size: 16px;
        font-weight: bold;
        justify-content: flex-start;
        width: 100%;
        border-bottom: 1px solid var(--primcol);
        background: #fff;
        border-radius: 0px !important;
        height: 40px;
    }
    
    .sectionsMenu a:last-child {
        border-radius: 0px;
        border: none;
    }
    
    .sectionsMenu a.active {
        border-radius: 0px;
        bottom: 0px;
        color: #fff;
        background: var(--primcol) !important;
    }
    
    .sectionsMenu .sectionsMenuTrigger {
        width: 46px;
        height: 46px;
        border: 2px solid #a4c6d4;
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: absolute;
        border-radius: 50px;
        background: #fff;
        transition: 0.25s linear all;
        transform: translateX(-150px);
        transition-delay: 0.25s;
        bottom: 110px;
    }
    
    .sectionsMenu.open .sectionsMenuTrigger {
        transform: translateX(0px);
    }
    
    .sectionsMenu.open {
        transform: translateX(0px) translateY(0px) !important;
    }
    
    
    .sectionsMenu .close {
            display: flex !important;
            position: absolute;
            z-index: 2;
            border: 1px solid;
            border-radius: 50px;
            top: 5px;
            left: 5px;
            transition: 0.2s linear all;
            transform: translateY(-34px);
            opacity: 0;
            transition-delay: 0.25s;
            width: 22px;
            height: 22px;
        }
    
    .sectionsMenu.open .close {
                transform: translateY(0px);
            opacity: 1;
    }
    
    .sectionsMenu .close svg {
        width: 100%;
        height: 100%;
    }
    
    .sectionsMenu a:hover {
        height: 40px;
        bottom: 0px;
        background: #fff;
    }
    .programSinglePage--postypes > .row.opportunities:not(.slide) .posts .opportunity {
        width: calc(50% - 12px);
        margin-right: 6px;
        margin-left: 6px;
    }

    .programSinglePage--postypes > .row.opportunities:not(.slide) .posts {
        padding-left: 6px;
        padding-right: 6px;
    }

    .tax-program .row.post .post:nth-child(even) .moreAuthors {
        left: auto;
    }
    
    .tax-program .row.post .post:nth-child(even) .moreAuthors:before {
        left: auto;
        right: 18px;
    }

    .extraContent .aboutCrisis .inner {
        flex-direction: column;
    }
    
    .extraContent .aboutCrisis .inner .left, .extraContent .aboutCrisis .inner .right {
        width: 100%;
        margin-top: 30px;
    }
}


@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
    
    .tax-program .hrContent .people .person .status {
        font-size: 13px;
    }
    
    
    .tax-program .programSinglePage--postypes .row.post .posts .post .content .title a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .tax-program .multiAuthors .authorToggle {
        width: 16px;
        height: 16px;
    }
    
    .tax-program .multiAuthors .authorToggle:after {
        top: 3px;
    }
    
    .tax-program .multiAuthors .authorToggle:before {
        left: 3px;
    }
    
    .tax-program .multiProgram .progToggle {
        width: 16px;
        height: 16px;
    }
    
    .tax-program .multiProgram .progToggle:before {
        left: 3px;
    }
    
    .tax-program .multiProgram .progToggle:after {
        top: 3px;
    }
    
    .tax-program .programSinglePage--postypes > .row.projects .posts .project .project-container .project-title h3 {
        line-height: 18px !important;
    }
    
    .tax-program .programSinglePage--postypes > .row.projects .posts .project .project-container .project-title h3 a {
        font-size: 14px !important;
        line-height: 18px !important;
    }

    /* toggle */


    .sectionsMenu {
        flex-direction: column;
        height: auto;
        background: #fff;
        box-shadow: 0px 0px 5px rgb(0 0 0 / 18%);
        padding: 20px 15px 15px 15px;
        transform: translateX(238px) translateY(0px) !important;
        right: 0px;
        left: auto;
        bottom: 50px;
        z-index: 9999;
        visibility: visible !important;
        opacity: 1 !important;
        width: 240px;
    }
    
    .sectionsMenu a {
        color: var(--thirdcol);
        font-size: 16px;
        font-weight: bold;
        justify-content: flex-start;
        width: 100%;
        border-bottom: 1px solid var(--primcol);
        background: #fff;
        border-radius: 0px !important;
        height: 40px;
    }
    
    .sectionsMenu a:last-child {
        border-radius: 0px;
        border: none;
    }
    
    .sectionsMenu a.active {
        border-radius: 0px;
        bottom: 0px;
        color: #fff;
        background: var(--primcol) !important;
    }
    
    .sectionsMenu .sectionsMenuTrigger {
        width: 46px;
        height: 46px;
        border: 2px solid #a4c6d4;
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: absolute;
        border-radius: 50px;
        background: #fff;
        transition: 0.25s linear all;
        transform: translateX(-146px);
        transition-delay: 0.25s;
        bottom: 110px;
    }
    
    .sectionsMenu.open .sectionsMenuTrigger {
        transform: translateX(0px);
    }
    
    .sectionsMenu.open {
        transform: translateX(0px) translateY(0px) !important;
    }
    
    
    .sectionsMenu .close {
            display: flex !important;
            position: absolute;
            z-index: 2;
            border: 1px solid;
            border-radius: 50px;
            top: 5px;
            left: 5px;
            transition: 0.2s linear all;
            transform: translateY(-34px);
            opacity: 0;
            transition-delay: 0.25s;
            width: 22px;
            height: 22px;
        }
    
    .sectionsMenu.open .close {
                transform: translateY(0px);
            opacity: 1;
    }
    
    .sectionsMenu .close svg {
        width: 100%;
        height: 100%;
    }
    
    .sectionsMenu a:hover {
        height: 40px;
        bottom: 0px;
        background: #fff;
    }
}


@media (min-width: 320px) and (max-width: 480px) {

    .tax-program .programSinglePage--postypes .row.post .posts {
        grid-template-columns: 1fr;
    }
    
    #header-hero.program .titleDescription h1 {
        font-size: 20px;
        margin-bottom: 0px;
    }
    
    #header-hero.program .description * {
        font-size: 12px;
    }
    
    #header-hero.program .titleDescription {
        max-width: 100%;
    }
    
    .tax-program .bigtitle.style1 > span {
        font-size: 22px;
        width: 100%;
        left: 0px;
        justify-content: center;
    }
    
    .tax-program .folderPosts .post .inner .right .thematiki span {
        font-size: 12px;
    }
    
    .tax-program .folderPosts .post {
        margin-bottom: 25px;
    }
    
    .tax-program .folderPosts .post:last-child {
        margin-bottom: 0px;
    }


    .tax-program .programSinglePage .inner .splide__slide.project .project-title h3 a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .programSinglePage .splide__arrows {
        bottom: auto;
        top: 50%;
        width: 100%;
        margin-top: -50px;
    }
    
    .programSinglePage .splide .splide__arrows .splide__arrow--prev {
        left: -10px;
    }
    
    .programSinglePage .splide .splide__arrows .splide__arrow--next {
        left: auto;
        right: -10px;
    }
    
    .programSinglePage .splide__pagination {
        max-width: 100%;
        justify-content: center;
    }
    
    .tax-program .programSinglePage--postypes > .row.media .posts {
        grid-template-columns: 1fr;
    }
    
    .tax-program .programSinglePage--postypes > .row.media .posts .post .content .title a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .tax-program .bigtitle.style1 > span:before {
        display: none;
    }
    
    .programSinglePage--postypes .heading {
        justify-content: center !important;
    }
    
    .programSinglePage--postypes .heading .viewAllLink {
        margin-top: -15px;
        background: #fff;
        margin-bottom: 40px;
    }


    .tax-program .programSinglePage--hr .hrContent .people .person {
        padding: 0px;
        margin: 0px;
    }
    
    .tax-program .hrContent .people .person .status {
        font-size:12px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3; /* number of lines to show */
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    
    .tax-program .hrContent .people .person .innerPerson {
        height: 200px;
    }
    
    .tax-program .programSinglePage--postypes > .row {
        margin-bottom: 100px;
    }
    
    .peopleSlide .splide__arrows svg {
        width: 1rem;
        height: 1rem;
    }
    
    .peopleSlide .splide__arrows .splide__arrow--prev {
        width: 28px;
        height: 40px;
        top: 50%;
        left: 1px;
        right:auto;
        margin-left: 0px;
        background: #fff;
        opacity: 1;
        border: 2px solid var(--primcol);
        border-radius: 5px;
    }
    
    .peopleSlide .splide__arrows .splide__arrow--prev svg path {
        fill: var(--primcol);
    }
    
    
    .peopleSlide .splide__arrows .splide__arrow--next {
        width: 28px;
        height: 40px;
        top: 50%;
        right: 1px;
        margin-right: 0px;
        background: #fff;
        opacity: 1;
        border: 2px solid var(--primcol);
        border-radius: 5px;
    }
    
    .peopleSlide .splide__arrows .splide__arrow--next svg path {
        fill: var(--primcol);
    }


    .tax-program .row.post .programm-cat {
        font-size: 12px;
    }
    
    .programSinglePage--postypes .row.post .posts .post .content .categories span {
        font-size: 12px;
    }
    
    
    .tax-program .multiAuthors .authorToggle {
        width: 16px;
        height: 16px;
    }
    
    .tax-program .multiAuthors .authorToggle:after {
        top: 3px;
    }
    
    .tax-program .multiAuthors .authorToggle:before {
        left: 3px;
    }
    
    .tax-program .multiProgram .progToggle {
        width: 16px;
        height: 16px;
    }
    
    .tax-program .multiProgram .progToggle:before {
        left: 3px;
    }
    
    .tax-program .multiProgram .progToggle:after {
        top: 3px;
    }


    .programSinglePage--postypes > .row .splide .splide__arrows .splide__arrow--prev {
        transform: translateY(-50%);
        top: 50%;
        left: 1px;
        right: auto;
        width: 28px;
    }
    
    .programSinglePage--postypes > .row .splide .splide__arrows .splide__arrow--next {
        transform: translateY(-50%);
        top: 50%;
        right: 1px;
        left: auto;
        width: 28px;
    }
    
    .programSinglePage--postypes > .row .splide .splide__arrows svg {
        width: 1rem;
        height: 1rem;
    }
    
    
    
    .tax-program .programSinglePage--postypes > .row.slide .heading {
        padding-right: 12px;
    }
    
    .tax-program .row.perspective .posts .post {
        width: 100%;
        padding: 25px 15px;
    }
    
    .tax-program .row.perspective .posts {
        flex-wrap: wrap;
    }
    
    .tax-program .row.perspective .posts .post .content > .title span {
        font-size: 16px;
        line-height: 18px;
    }
    
    .tax-program .row.perspective .posts .post .content > .title {
        line-height: 18px;
    }
    
    .tax-program .row.perspective .posts .post .content .description {
        font-size: 12px;
    }
    
    
    .tax-program .post .content .perspectivePosts > div {
        max-width: 100%;
        align-items: flex-start !important;
        margin-top: 25px;
    }
    
    .tax-program .perspectivePosts {
        flex-wrap: wrap;
        margin-top: 25px;
    }
    
    .tax-program .post .content .perspectivePosts .pleft .name {
        margin-bottom: 5px !important;
    }
    .tax-program .post .content .perspectivePosts .pright .name {
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        margin-bottom: 5px !important;
    }
    
    .tax-program .post .content .perspectivePosts .pleft .name svg {
        width: 48px;
        height: 24.637px;
    }
    .tax-program .post .content .perspectivePosts .pright .name svg {
        width: 48px;
        height: 24.637px;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }
    
    .tax-program .post .content .perspectivePosts .pleft .name a {
        font-size: 14px;
    }
    
    .tax-program .post .content .perspectivePosts .pright .name a {
        font-size: 14px;
        margin-right: 0px;
        margin-left: 15px;
    }
    
    .tax-program .post .content .perspectivePosts .pleft {
        margin-top: 0px;
    }
    
    .tax-program .post .content .perspectivePosts .pright .title {
        text-align: left !important;
        font-size: 13px !important;
    }
    
    .tax-program .post .content .perspectivePosts .pleft .title {
        font-size: 13px !important;
    }
    
    
    .tax-program .programSinglePage--postypes > .row.projects .posts .project .project-container .project-title h3 a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .tax-program .programSinglePage--postypes > .row.media .progAndSource .programm-cat {
        font-size: 12px !important;
    }


    .tax-program .multiAuthors.scroll .moreAuthors {
        max-height: 180px;
        overflow: auto;
    }
    
    .tax-program .multiAuthors.scroll .moreAuthors:before {
        display:none;
    }
    
    .tax-program .multiAuthors.scroll.active:before {
        content: "";
        width: 8px;
        height: 8px;
        background: #fff;
        position: absolute;
        bottom: calc(100% - -6px);
        right: 10px;
        transform: rotate(45deg);
    }

    .programSinglePage--postypes .row.events .posts > .event {
        width: 100%;
    }
    
    .programSinglePage--postypes > .row.media .progAndSource .source {
        font-size: 12px;
    }

    .extraContent .aboutCrisis .inner {
        flex-direction: column;
    }

    .folder-template-default section.extraContent {
        padding: 0px;
        margin-bottom: 50px;
    }
    
    
    section.extraContent .progBooks .splide .splide__arrows {
        width: 100%;
        top: 50%;
    }
     section.extraContent .progBooks .splide .splide__arrows .splide__arrow--prev {
            width: 28px;
            height: 40px;
            top: 50%;
            left: -10px;
            right:auto;
            margin-left: 0px;
            background: #fff;
            opacity: 1;
            border: 2px solid var(--primcol);
            border-radius: 5px;
        }
    section.extraContent .progBooks .splide .splide__arrows .splide__arrow--next {
            width: 28px;
            height: 40px;
            top: 50%;
            right: -10px;
            margin-right: 0px;
            background: #fff;
            opacity: 1;
            border: 2px solid var(--primcol);
            border-radius: 5px;
        }
    
    section.extraContent .bigtitle > span:before {
        display:none;
    }
    
    section.extraContent .bigtitle.style1 > span {
        left:0px;
        font-size: 22px;
        width: 100%;
        justify-content: center;
    }
    
    .extraContent .aboutCrisis .desc {
        font-size: 14px;
    }
    
    .extraContent .timelineCrisis .desc {
        font-size: 14px;
    }

    /* toggle */

    .sectionsMenu {
        flex-direction: column;
        height: auto;
        background: #fff;
        box-shadow: 0px 0px 5px rgb(0 0 0 / 18%);
        padding: 20px 15px 15px 15px;
        transform: translateX(238px) translateY(0px) !important;
        right: 0px;
        left: auto;
        bottom: 50px;
        z-index: 9999;
        visibility: visible !important;
        opacity: 1 !important;
        width: 240px;
    }
    
    .sectionsMenu a {
        color: var(--thirdcol);
        font-size: 16px;
        font-weight: bold;
        justify-content: flex-start;
        width: 100%;
        border-bottom: 1px solid var(--primcol);
        background: #fff;
        border-radius: 0px !important;
        height: 40px;
    }
    
    .sectionsMenu a:last-child {
        border-radius: 0px;
        border: none;
    }
    
    .sectionsMenu a.active {
        border-radius: 0px;
        bottom: 0px;
        color: #fff;
        background: var(--primcol) !important;
    }
    
    .sectionsMenu .sectionsMenuTrigger {
        width: 35px;
        height: 35px;
        border: 2px solid #a4c6d4;
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: absolute;
        border-radius: 50px;
        background: #fff;
        transition: 0.25s linear all;
        transform: translateX(-141px);
        transition-delay: 0.25s;
        bottom: 55px;
    }
    
    .sectionsMenu.open .sectionsMenuTrigger {
        transform: translateX(0px);
    }
    
    .sectionsMenu.open {
        transform: translateX(0px) translateY(0px) !important;
    }
    
    
    .sectionsMenu .close {
        display: flex !important;
        position: absolute;
        z-index: 2;
        border: 1px solid;
        border-radius: 50px;
        top: 5px;
        left: 5px;
        transition: 0.2s linear all;
        transform: translateY(-34px);
        opacity: 0;
        transition-delay: 0.25s;
        width: 22px;
        height: 22px;
        }
    
    .sectionsMenu.open .close {
        transform: translateY(0px);
        opacity: 1;
    }
    
    .sectionsMenu .close svg {
        width: 100%;
        height: 100%;
    }
    
    .sectionsMenu a:hover {
        height: 40px;
        bottom: 0px;
        background: #fff;
    }


    .programSinglePage--postypes > .row.opportunities:not(.slide) .posts .opportunity {
        width: calc(100% - 24px);
        margin-left: 12px;
    }
    
    .programSinglePage--postypes .opportunities .opportunity .deadline .date {
        font-size: 14px;
    }
    
    .programSinglePage--postypes .opportunities .opportunity .status {
        font-size: 12px;
        display: flex;
        align-items: center;
    }
    
    .programSinglePage--postypes .opportunities .opportunity .opportunity-container .opportunity-title h3 a {
        font-size: 14px;
    }
    
    .programSinglePage--postypes .opportunities .opportunity .categories span {
        font-size: 12px;
    }
}


@media (min-width: 481px) and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 4) and (orientation: landscape) {
    /* toggle */

    .sectionsMenu {
        display: none;
    }


    .tax-program .programSinglePage--postypes .row.post .posts {
        grid-template-columns: 1fr;
    }
    .tax-program .postSlider .splide__list > .splide__slide {
        width: 50% !important;
        margin:0px 6px;
    }
    
    #header-hero.program .titleDescription h1 {
        font-size: 20px;
        margin-bottom: 0px;
    }
    
    #header-hero.program .description * {
        font-size: 12px;
    }
    
    #header-hero.program .titleDescription {
        max-width: 100%;
    }
    
    .tax-program .bigtitle.style1 > span {
        font-size: 22px;
        width: 100%;
        left: 0px;
        justify-content: center;
    }
    
    .tax-program .folderPosts .post .inner .right .thematiki span {
        font-size: 12px;
    }
    
    .tax-program .folderPosts .post {
        margin-bottom: 25px;
    }
    
    .tax-program .folderPosts .post:last-child {
        margin-bottom: 0px;
    }


    .tax-program .programSinglePage .inner .splide__slide.project .project-title h3 a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .programSinglePage .splide__arrows {
        bottom: auto;
        top: 50%;
        width: 100%;
        margin-top: -50px;
    }
    
    .programSinglePage .splide .splide__arrows .splide__arrow--prev {
        left: -10px;
    }
    
    .programSinglePage .splide .splide__arrows .splide__arrow--next {
        left: auto;
        right: -10px;
    }
    
    .programSinglePage .splide__pagination {
        max-width: 100%;
        justify-content: center;
    }

    .programSinglePage--postypes .row.events .posts > .event {
        width: 50%;
    }
    
    .programSinglePage--postypes > .row.media .progAndSource .source {
        font-size: 12px;
    }
    
    .tax-program .programSinglePage--postypes > .row.media .posts {
        grid-template-columns: 1fr 1fr;
    }
    
    .tax-program .programSinglePage--postypes > .row.media .posts .post .content .title a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .tax-program .bigtitle.style1 > span:before {
        display: none;
    }
    
    .programSinglePage--postypes .heading {
        justify-content: center !important;
    }
    
    .programSinglePage--postypes .heading .viewAllLink {
        margin-top: -15px;
        background: #fff;
        margin-bottom: 40px;
    }


    .tax-program .programSinglePage--hr .hrContent .people .person {
        margin: 0px;
    }
    
    .tax-program .hrContent .people .person .status {
        font-size:12px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3; /* number of lines to show */
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    
    .tax-program .hrContent .people .person .innerPerson {
        height: 200px;
    }
    
    .tax-program .programSinglePage--postypes > .row {
        margin-bottom: 100px;
    }
    
    .peopleSlide .splide__arrows svg {
        width: 1rem;
        height: 1rem;
    }
    
    .peopleSlide .splide__arrows .splide__arrow--prev {
        width: 28px;
        height: 40px;
        top: 50%;
        left: 1px;
        right:auto;
        margin-left: 0px;
        background: #fff;
        opacity: 1;
        border: 2px solid var(--primcol);
        border-radius: 5px;
    }
    
    .peopleSlide .splide__arrows .splide__arrow--prev svg path {
        fill: var(--primcol);
    }
    
    
    .peopleSlide .splide__arrows .splide__arrow--next {
        width: 28px;
        height: 40px;
        top: 50%;
        right: 1px;
        margin-right: 0px;
        background: #fff;
        opacity: 1;
        border: 2px solid var(--primcol);
        border-radius: 5px;
    }
    
    .peopleSlide .splide__arrows .splide__arrow--next svg path {
        fill: var(--primcol);
    }


    .tax-program .row.post .programm-cat {
        font-size: 12px;
    }
    
    .programSinglePage--postypes .row.post .posts .post .content .categories span {
        font-size: 12px;
    }
    
    
    .tax-program .multiAuthors .authorToggle {
        width: 16px;
        height: 16px;
    }
    
    
    .tax-program .multiProgram .progToggle {
        width: 16px;
        height: 16px;
    }
    
    .tax-program .multiProgram .progToggle:before {
        left: 3px;
    }
    
    .tax-program .multiProgram .progToggle:after {
        top: 3px;
    }


    .programSinglePage--postypes > .row .splide .splide__arrows .splide__arrow--prev {
        transform: translateY(-50%);
        top: 50%;
        left: 1px;
        right: auto;
        width: 28px;
    }
    
    .programSinglePage--postypes > .row .splide .splide__arrows .splide__arrow--next {
        transform: translateY(-50%);
        top: 50%;
        right: 1px;
        left: auto;
        width: 28px;
    }
    
    .programSinglePage--postypes > .row .splide .splide__arrows svg {
        width: 1rem;
        height: 1rem;
    }
    
    
    
    .tax-program .programSinglePage--postypes > .row.slide .heading {
        padding-right: 12px;
    }
    
    .tax-program .row.perspective .posts .post {
        width: 100%;
        padding: 25px 15px;
    }
    
    .tax-program .row.perspective .posts {
        flex-wrap: wrap;
    }
    
    .tax-program .row.perspective .posts .post .content > .title span {
        font-size: 16px;
        line-height: 18px;
    }
    
    .tax-program .row.perspective .posts .post .content > .title {
        line-height: 18px;
    }
    
    .tax-program .row.perspective .posts .post .content .description {
        font-size: 12px;
    }
    
    
    .tax-program .post .content .perspectivePosts > div {
        max-width: 100%;
        align-items: flex-start !important;
        margin-top: 25px;
    }
    
    .tax-program .perspectivePosts {
        flex-wrap: wrap;
        margin-top: 25px;
    }
    
    .tax-program .post .content .perspectivePosts .pleft .name {
        margin-bottom: 5px !important;
    }
    .tax-program .post .content .perspectivePosts .pright .name {
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        margin-bottom: 5px !important;
    }
    
    .tax-program .post .content .perspectivePosts .pleft .name svg {
        width: 48px;
        height: 24.637px;
    }
    .tax-program .post .content .perspectivePosts .pright .name svg {
        width: 48px;
        height: 24.637px;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }
    
    .tax-program .post .content .perspectivePosts .pleft .name a {
        font-size: 14px;
    }
    
    .tax-program .post .content .perspectivePosts .pright .name a {
        font-size: 14px;
        margin-right: 0px;
        margin-left: 15px;
    }
    
    .tax-program .post .content .perspectivePosts .pleft {
        margin-top: 0px;
    }
    
    .tax-program .post .content .perspectivePosts .pright .title {
        text-align: left !important;
        font-size: 13px !important;
    }
    
    .tax-program .post .content .perspectivePosts .pleft .title {
        font-size: 13px !important;
    }
    
    
    .tax-program .programSinglePage--postypes > .row.projects .posts .project .project-container .project-title h3 a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .tax-program .programSinglePage--postypes > .row.media .progAndSource .programm-cat {
        font-size: 12px !important;
    }


    .tax-program .multiAuthors.scroll .moreAuthors {
        max-height: 180px;
        overflow: auto;
    }
    
    .tax-program .multiAuthors.scroll .moreAuthors:before {
        display:none;
    }
    
    .tax-program .multiAuthors.scroll.active:before {
        content: "";
        width: 8px;
        height: 8px;
        background: #fff;
        position: absolute;
        bottom: calc(100% - -6px);
        right: 10px;
        transform: rotate(45deg);
    }
    

    .programSinglePage--postypes > .row.opportunities:not(.slide) .posts .opportunity {
        width: calc(100% - 24px);
        margin-left: 12px;
    }
    
    .programSinglePage--postypes .opportunities .opportunity .deadline .date {
        font-size: 14px;
    }
    
    .programSinglePage--postypes .opportunities .opportunity .status {
        font-size: 12px;
        display: flex;
        align-items: center;
    }
    
    .programSinglePage--postypes .opportunities .opportunity .opportunity-container .opportunity-title h3 a {
        font-size: 14px;
    }
    
    .programSinglePage--postypes .opportunities .opportunity .categories span {
        font-size: 12px;
    }

    .folder-template-default section.extraContent {
        padding: 0px;
        margin-bottom: 50px;
    }
    
    
    section.extraContent .progBooks .splide .splide__arrows {
        width: 100%;
        top: 50%;
    }
     section.extraContent .progBooks .splide .splide__arrows .splide__arrow--prev {
            width: 28px;
            height: 40px;
            top: 50%;
            left: -10px;
            right:auto;
            margin-left: 0px;
            background: #fff;
            opacity: 1;
            border: 2px solid var(--primcol);
            border-radius: 5px;
        }
    section.extraContent .progBooks .splide .splide__arrows .splide__arrow--next {
            width: 28px;
            height: 40px;
            top: 50%;
            right: -10px;
            margin-right: 0px;
            background: #fff;
            opacity: 1;
            border: 2px solid var(--primcol);
            border-radius: 5px;
        }
    
    section.extraContent .bigtitle > span:before {
        display:none;
    }
    
    section.extraContent .bigtitle.style1 > span {
        left:0px;
        font-size: 22px;
        width: 100%;
        justify-content: center;
    }
    
    .extraContent .aboutCrisis .desc {
        font-size: 14px;
    }
    
    .extraContent .timelineCrisis .desc {
        font-size: 14px;
    }
}




    
/* ============================= Activities single ================================== */



@media (max-width: 1024px) and (min-width: 740px) and (orientation: portrait) {
    .extraPosts.projects .posts {
        grid-template-columns: 1fr 1fr;
    }
}


@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
    .extraPosts.projects .posts {
        grid-template-columns: 1fr 1fr;
    }
}


@media (min-width: 320px) and (max-width: 480px) {
    .extraPosts.projects .posts {
        grid-template-columns: 1fr;
    }
}


@media (min-width: 481px) and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 4) and (orientation: landscape) {
    .extraPosts.projects .posts {
        grid-template-columns: 1fr 1fr;
    }
}

/* ======================================================================== */




/* ============================= Folders single ================================== */


@media (min-width: 320px) and (max-width: 480px) {
    .extraPosts.projects .posts {
        grid-template-columns: 1fr;
    }
    .folder-sidebar {
        padding: 15px !important;
    }
    
    .folder-sidebar .info-container.authors {
        margin-top: 0px !important;
    }
    
    .folder-sidebar .info-container.authors .image {
        width: 50px !important;
        height: 50px !important;
        padding-bottom: 50px !important;
    }
    
    .folder-sidebar .info-container.authors .right {
        width: calc(100% - 50px) !important;
        padding-left: 10px !important;
    }
    
    .folder-sidebar .info-container.authors .right .name {
        font-size: 14px !important;
    }
    
    .folder-sidebar .info-container.authors .right .status {
        font-size: 12px !important;
        line-height: 16px !important;
    }
    
    .folder-sidebar .info-container.authors .people .person:last-child {
        margin-bottom:0px;
    }
    
    .single-folder .folderPosts .post {
        width: calc(100% - 24px);
    }
    
    .single-folder .folderPosts .post .top a {
        font-size: 13px;
        line-height: 16px;
    }
    
    .single-folder .folderPosts .post .bottom span {
        font-size: 12px;
    }
    
    .single-folder .info.row .prevNext a:first-child {
        font-size: 13px;
    }
    
    .single-folder .info.row .prevNext a:last-child {
        font-size: 13px;
    }
}


@media (min-width: 481px) and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 4) and (orientation: landscape) {
    .extraPosts.projects .posts {
        grid-template-columns: 1fr 1fr;
    }

    .folder-sidebar {
        padding: 15px !important;
    }
    
    .folder-sidebar .info-container.authors {
        margin-top: 0px !important;
    }
    
    .folder-sidebar .info-container.authors .image {
        width: 50px !important;
        height: 50px !important;
        padding-bottom: 50px !important;
    }
    
    .folder-sidebar .info-container.authors .right {
        width: calc(100% - 50px) !important;
        padding-left: 10px !important;
    }
    
    .folder-sidebar .info-container.authors .right .name {
        font-size: 14px !important;
    }
    
    .folder-sidebar .info-container.authors .right .status {
        font-size: 12px !important;
        line-height: 16px !important;
    }
    
    .folder-sidebar .info-container.authors .people .person:last-child {
        margin-bottom:0px;
    }
    
    .single-folder .folderPosts .post {
        width: calc(100% - 24px);
    }
    
    .single-folder .folderPosts .post .top a {
        font-size: 13px;
        line-height: 16px;
    }
    
    .single-folder .folderPosts .post .bottom span {
        font-size: 12px;
    }
    
    .single-folder .info.row .prevNext a:first-child {
        font-size: 13px;
    }
    
    .single-folder .info.row .prevNext a:last-child {
        font-size: 13px;
    }
}

/* ======================================================================== */



/* fix gia tablet pou den ta pianei to geniko media query. Ta fix einai gia stoixeia opws ta sidebar pou emfanizontai mono se mobile */

@media (min-width: 1025px) and (max-width: 1199px) {

    /* publishes */

    .hasSidebar .publishesBar.mobile .cats {
        display: flex;
        flex-direction: column;
        padding-left: 25px;
        padding-top: 20px;
        position: relative;
    }
    
    .hasSidebar .publishesBar.mobile .cats .title {
        color: #fff;
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    
    .hasSidebar .publishesBar.mobile .cats .menu {
        list-style: none;
        padding: 0px;
        display: flex;
        flex-wrap: wrap;
    }
    
    .hasSidebar .publishesBar.mobile .cats .menu li a {
        background: #fff;
        color: var(--primcol);
        font-weight: normal;
        font-size: 14px;
        padding: 8px 30px;
        border-radius: 12px;
        margin-bottom: 0px;
    }
    
    .hasSidebar .publishesBar.mobile .cats .menu li {
        margin-right: 12px;
        display: flex;
        align-items: center;
        margin-bottom: 12px;
    }
    
    .hasSidebar .publishesBar.mobile .cats .menu li .removeFilter svg {
        width: 20px;
        height: 20px;
    }
    
    .hasSidebar .publishesBar.mobile .cats .menu li a.active {
        background: var(--seccol);
        color: #fff;
    }
    
    .hasSidebar .publishesBar.mobile .cats .menu li .removeFilter {
        background: var(--primcol);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 25px;
        height: 25px;
        border-radius: 50px;
        margin-left: -12px;
        z-index: 2;
    }
    
    .hasSidebar .publishesBar.mobile .thematikes {
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .hasSidebar .publishesBar.mobile .thematikes .nice-select {
        width: 100%;
        margin-bottom: 35px;
        height: 33px;
        line-height: 33px;
        border-radius: 12px;
    }
    
    .hasSidebar .publishesBar.mobile .thematikes .nice-select .current {
        font-size: 14px;
        font-weight: normal;
        color: var(--primcol);
    }
    
    .hasSidebar .publishesBar.mobile .thematikes .nice-select ul.list {
        top: auto;
        bottom: 100%;
        margin-top: 0px;
        margin-bottom: 8px;
        width: 100%;
    }
    
    .hasSidebar .publishesBar.mobile .cats .perspective {
        list-style: none;
        padding: 0px;
        display: flex;
        flex-wrap: wrap;
    }
    .hasSidebar .publishesBar.mobile .cats .perspective li {
        margin-right: 12px;
        display: flex;
        align-items: center;
        margin-bottom: 12px;
    }
    .hasSidebar .publishesBar.mobile .cats .perspective li a {
        background: #fff;
        color: var(--primcol);
        font-weight: normal;
        font-size: 14px;
        padding: 8px 30px;
        border-radius: 12px;
        margin-bottom: 0px;
    }
    .main-nav-menu.mobile {
        overflow: visible;
    }

    /* projects */

    .main-nav-menu.filers.mobile {
        overflow: visible;
        border-radius: 0px !important;
        background: rgb(247 246 245 / 68%);
    }
    
    .main-nav-menu.filers.mobile .inner {
        margin: 0px;
        position: relative;
        padding-bottom: 25px;
        padding-top: 50px;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    
    .main-nav-menu.filers.mobile:before {
        display:none;
    }
    
    .main-nav-menu.filers.mobile > a.close > ul > li.line {
        border-color: var(--primcol) !important;
    }
    
    .main-nav-menu.filers.mobile .filters .statusFilters > .row {
        flex-direction: column;
        align-items: center;
    }
    
    .main-nav-menu.filers.mobile .filters .statusFilters > .row > div {
        width: 80%;
        margin-top: 20px;
    }
    
    .main-nav-menu.filers.mobile .filters .statusFilters > .row .nice-select .list {
        top: auto;
        bottom: 100%;
    }


    /* events */

    .hasSidebar .left .eventsBarMobile .state {
        position:relative;
    }
    
    .hasSidebar .left .eventsBarMobile .state .title {
        color: #fff;
        font-size: 1.4rem;
        font-weight: bold;
        margin-bottom: 20px;
        display:block;
        padding-left:32px;
        margin-top:20px;
    }
    .hasSidebar .left .eventsBarMobile .state > ul {
        display: flex;
        height: auto;
        overflow: hidden;
        flex-wrap: wrap;
    }

    .hasSidebar .left .eventsBarMobile .state li {
        margin: 0px 12px 0px 0px;
        display: flex;
        align-items: center;
    }

    .hasSidebar .left .eventsBarMobile .state li a {
        background: #fff;
        color: var(--primcol);
        padding: 6px 20px;
        border-radius: 5px;
        font-weight: bold;
        font-size: 14px;
    }
    .hasSidebar .left .eventsBarMobile .state li a.active {
        background: var(--primcol);
        color: #fff;
    }

    .hasSidebar .left .eventsBarMobile .cats .title {
        display: none;
    }
    
    .hasSidebar .left .eventsBarMobile .cats .menu > li.menu-item-has-children {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    
    .hasSidebar .left .eventsBarMobile .cats .menu > li.menu-item-has-children > a {
        background: transparent;
        padding: 0px;
        font-size: 1.4rem;
        font-weight: 700;
        color: #fff !important;
        margin-bottom: 20px;
    }
    
    .hasSidebar .left .eventsBarMobile .menu > li .sub-menu li a {
        font-size: 14px;
        padding: 6px 20px;
    }
    
    .hasSidebar .left .eventsBarMobile .menu > li .sub-menu {
        padding-left: 0px;
    }
    
    
    
    
    .hasSidebar .left .eventsBarMobile .cats .menu > li:not(.menu-item-has-children) {
        order: 10;
        margin-top: 35px;
    }
    
    .hasSidebar .left .eventsBarMobile .cats .menu > li:not(.menu-item-has-children) a {
        background: #fff;
        color: var(--primcol);
        padding: 6px 20px;
        border-radius: 5px;
        font-weight: bold;
        font-size: 14px;
    }


    .hasSidebar .eventsBarMobile .cats {
        display: flex;
        flex-direction: column;
        padding-left: 25px;
        padding-top: 20px;
        position: relative;
    }
    
    .hasSidebar .eventsBarMobile .cats .title {
        color: #fff;
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    
    .hasSidebar .eventsBarMobile .cats .menu {
        list-style: none;
        padding: 0px;
        display: flex;
        flex-wrap: wrap;
    }
    
    
    .hasSidebar .eventsBarMobile .cats .menu li {
        margin-right: 12px;
        display: flex;
        align-items: center;
        margin-bottom: 12px;
    }
    
    .hasSidebar .eventsBarMobile .cats .menu li .removeFilter svg {
        width: 20px;
        height: 20px;
    }
    
    .hasSidebar .eventsBarMobile .cats .menu li a.active {
        background: var(--seccol);
        color: #fff;
    }

    .hasSidebar .eventsBarMobile .thematikes {
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .hasSidebar .eventsBarMobile .thematikes .nice-select {
        width: 100%;
        margin-bottom: 35px;
        height: 33px;
        line-height: 33px;
        border-radius: 12px;
    }
    .hasSidebar .eventsBarMobile .thematikes .nice-select .current {
        font-size: 14px;
        font-weight: normal;
        color: var(--primcol);
    }
    
    .hasSidebar .eventsBarMobile .thematikes .nice-select ul.list {
        top: auto;
        bottom: 100%;
        margin-top: 0px;
        margin-bottom: 8px;
        width: 100%;
    }


    .events-archive > .row > .right.mobileEventPosts .eventsContent > div {
        width: 33.33334%;
    }
    
    .events-archive > .row > .right.mobileEventPosts .programm a {
        font-size: 12px;
    }
    
    .events-archive > .row > .right.mobileEventPosts .type-events .progToggle {
        right: 0px !important;
        top: -20px !important;
        width: 16px;
        height: 16px;
    }
    
    .events-archive > .row > .right.mobileEventPosts .type-events .multiProgram {
        max-width:100%;
    }
    
    .events-archive > .row > .right.mobileEventPosts .event-title h3 a {
        font-size:14px;
    }
    
    .events-archive > .row > .right.mobileEventPosts .event-title h3 {
        line-height: 16px !important;
    }
    
    .events-archive > .row > .right.mobileEventPosts .event-place .place {
        font-size:14px;
    }


    /* opportunities */

    .activeOport .opportunities .latestOpportSlider .opportunity .catTitle:after {
        content: "";
        width: 20px;
        height: 3px;
        background: var(--primcol);
        display: block;
        margin-left: 10px;
    }
    
    
    
    .opportunities ul.splide__pagination {
        bottom: -10px;
    }
    
    
    .opportunities ul.splide__pagination .splide__pagination__page {
        width: 20px;
        height: 10px;
        border-radius: 10px;
        background: var(--primcol);
        transition: 0.2s linear all;
    }
    
    .opportunities ul.splide__pagination .splide__pagination__page.is-active {
        transform: none;
        width: 40px;
        background: var(--seccol);
    }


    /* single project */

    #singleProject .projects-sidebar.mobile .info-container {
        width: 50%;
        float: left;
    }

    #singleProject .projects-sidebar.mobile .info-container:nth-child(1) {
        margin-bottom: 0px !important;
    }
    
    #singleProject .projects-sidebar.mobile .info-container:nth-child(2) {
        margin-bottom: 0px !important;
    }
    
    #singleProject .projects-sidebar.mobile {
       
        border-radius: 0px;
        background: transparent;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        overflow: auto;
        height: 60vh;
    }
    
    #singleProject .projects-sidebar.mobile .info-container.authors {
        width: 100%;
    }
    
    #singleProject .projects-sidebar.mobile .info-container.authors .people .person {
        width: 50%;
    }
    
    #singleProject .projects-sidebar.mobile .info-container.authors .info-text {
        display: flex;
        flex-wrap: wrap;
    }
    
    #singleProject .projects-sidebar.mobile .info-container.authors .info-text .people {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    
    #singleProject .projects-sidebar.mobile .info-container.authors .col-1 {
        width: 34px;
    }
    
    #singleProject .projects-sidebar.mobile .info-container.sponsors-container {
        width: 100%;
    }
    
    #singleProject .projects-sidebar.mobile .info-container.sponsors-container .sponsor {
        width: 25%;
    }

    #singleProject .main-nav-menu:has(> .mobile):before {display: none;}

    #singleProject .main-nav-menu:has(> .mobile) {
        background: rgb(247 246 245 / 68%);
        border-radius: 0px;
        box-shadow: none;
    }

    #singleProject .main-nav-menu:has(> .mobile) > a.close > ul > li.line {
        border-color: var(--primcol);
    }


    /* single events */

    #header-hero .floating-container .floating-button {
        background: #fff;
    }
    
    #header-hero .extraInfo .locationInfo .navi {
        background: #fff;
    }
    
    
    .singleEvent .events-sidebar.mobile .info-container {
            width: 50%;
            float: left;
        }
    
        .singleEvent .events-sidebar.mobile .info-container:nth-child(1) {
            margin-bottom: 0px !important;
        }
        
        .singleEvent .events-sidebar.mobile .info-container:nth-child(2) {
            margin-bottom: 0px !important;
        }
        
        .singleEvent .events-sidebar.mobile {
            border-radius: 0px !important;
            background: transparent !important;
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            overflow: auto;
            height: 60vh;
        }
        
        .singleEvent .events-sidebar.mobile .info-container.authors {
            width: 100%;
        }
        
        .singleEvent .events-sidebar.mobile .info-container.authors .people .person {
            width: 50%;
        }
        
        .singleEvent .events-sidebar.mobile .info-container.authors .info-text {
            display: flex;
            flex-wrap: wrap;
        }
        
        .singleEvent .events-sidebar.mobile .info-container.authors .info-text .people {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
        }
        
        .singleEvent .events-sidebar.mobile .info-container.authors .col-1 {
            width: 34px;
        }
        
        .singleEvent .events-sidebar.mobile .info-container.sponsors-container {
            width: 100%;
        }
        
        .singleEvent .events-sidebar.mobile .info-container.sponsors-container .sponsor {
            width: 25%;
        }
    
        .singleEvent .main-nav-menu:has(> .mobile):before {display: none;}
    
        .singleEvent .main-nav-menu:has(> .mobile) {
            background: rgb(247 246 245 / 68%);
            border-radius: 0px;
            box-shadow: none;
        }
    
        .singleEvent .main-nav-menu:has(> .mobile) > a.close > ul > li.line {
            border-color: var(--primcol);
        }
        

        /* single hr */

        div#pills-tabContent .multiProgram .progToggle {
            width: 16px;
            height: 16px;
        }
}




@media (max-width: 1024px) and (min-width: 740px) and (orientation: portrait) {

    /* events */

    .events-archive .left .customSidebar .state ul {
        display: inline-flex;
    }

    .events-archive .left .customSidebar .state ul li:first-child a {
        padding-left: 0px;
    }

    .events-archive .left .customSidebar .cats {
        padding-left: 0px;
    }

    .events-archive .left .customSidebar .menu-events-sidebar-categories-container {
        overflow: unset;
        max-height: unset;
    }

    .events-archive .left .customSidebar .menu {
        display: flex;
        height: auto;
        overflow: unset;
    }

    .events-archive .left .customSidebar .menu > li {
        margin: 0px;
        display: block;
        position: relative;
    }

    .events-archive .left .customSidebar .menu > li a {
        background: transparent;
        font-size: 16px;
        display: block;
        padding: 8px 22px !important;
    }


    .events-archive .left .customSidebar .menu .menu-item-has-children > .sub-menu {
        height: auto !important;
        overflow: unset;
        padding: 10px;
        background: #fff;
        border-radius: 10px;
        position: absolute;
        top: 100%;
        z-index: 5;
        min-width: 240px;
        border: 1px solid var(--primcol);
    }

    .events-archive .left .customSidebar .menu .menu-item-has-children > .sub-menu li {
        margin: 0px;
    }

    .events-archive .left .customSidebar .menu .menu-item-has-children > .sub-menu li a {
        margin: 0px;
        font-size: 15px;
        font-weight: 400;
        padding: 2px 0px 2px 0px !important;
    }

    .events-archive .left .customSidebar .menu > li.menu-item-object-eventscats a {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }


    .events-archive .left .customSidebar .menu .menu-item-has-children > a:before {
        width: 15px;
        left: 2px;
    }

    .events-archive .left .customSidebar .menu .menu-item-has-children > a:after {
        height: 14px;
        margin-top: -7px;
    }


    .events-archive .left .customSidebar {
        height: 550px;
    }

    .events-archive .left .customSidebar .thematikes {
        padding:0px;
    }

    /* projects */

    .projects-archive div:not(.filers) .themFilter {
        margin-bottom:10px;
    }

    /* hr */

    main#humanResources div:not(.main-nav-menu) .customSidebar {
        height: auto;
        min-height: 360px;
    }
    
    main#humanResources div:not(.main-nav-menu) .left .customSidebar .menu {
            display: flex;
            height: auto;
            overflow: hidden;
            flex-wrap: wrap;
        }
    
    main#humanResources div:not(.main-nav-menu) .left .customSidebar .menu > li > a {
        font-size: 18px;
    }
    
    main#humanResources div:not(.main-nav-menu) .left .customSidebar .menu .sub-menu li a {
        font-size: 15px;
    }

}