/* Card Globals */
.li-muqe-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    padding: 40px 36px 0 48px;
    background-color: white;
    font-size: 0.85rem;
    line-height: 18.75px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    .li-muqe-card {
        font-size: 12px;
        line-height: 16.5px;
        padding: 20px 20px 0 20px;

    }
}

.li-muqe-card-no-padding {
    padding-top: 0 !important;
}


.li-shadow {
    box-shadow: 8px 1px 50px rgba(0, 0, 0, 0.0745098039);
}


.li-muqe-card p {
    margin: 0;
}


.li-muqe-card-top {
    display: flex;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .li-widgets--muqe .li-projects-template .li-muqe-card {
        padding: 20px !important;
        position: unset;
    }

    .li-projects-template--heading {
        margin-top: 0;
    }

    .li-projects-template .li-muqe-institute {
        margin: 0;
    }

    .li-product-template--img .li-muqe-template-image-link {
        height: 150px;
    }

    .li-widgets--muqe-grid_item > div.li-product-template.li-muqe-card.li-shadow {
        height: 350px !important;
    }

    .li-muqe-card-top {
        height: 150px;
    }
}

.post-institute {
    position: relative;
    max-height: 100%;

    @media (max-width: 767px) {
        max-height: 350px;
    }
}

.li-widgets--muqe-grid_item.post-overview-muqe, .post-institute-background {
    @media (max-width: 767px) {
        max-height: 350px !important;
    }
}

.post-institute > a {
    display: flex;
    text-decoration: none;
}

.post-institute .box-information {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: var(--e-global-color-text);
    font-family: "JR", Sans-serif, sans-serif;
    font-weight: 700;
    padding: 40px 36px 45px 48px;
    gap: 10px;
}

.institute-show-more {
    font-size: 21px;

    @media (min-width: 767px) and (max-width: 1024px) {
        font-size: 18px;
    }

    @media (max-width: 767px) {
        font-size: 14px;
    }
}

.post-overview-flag {
    margin-bottom: 20px;
    padding: 8px 20px 8px 20px;
    color: white;
    max-width: 120px;
    width: 100%;
    display: flex;
    justify-content: center;

    @media (max-width: 767px) {
        font-size: 9px;
    }
}

.li-widgets--muqe-grid_item.item-to-hide {
    @media (min-width: 1024px) and (max-width: 1690px) {
        display: none;
    }
}

.post-type-overview-joanneum.research .post-overview-flag, .post-type-overview-coremed .additional-box .li-muqe-read-more {
    background-color: #33aa8cff;
}

.post-type-overview-coremed .post-overview-flag, .post-type-overview-coremed .additional-box .li-muqe-read-more {
    background-color: #64206eff;
}

.post-type-overview-digital .post-overview-flag, .post-type-overview-digital .additional-box .li-muqe-read-more {
    background-color: #ff6633ff;
}

.post-type-overview-materials .post-overview-flag, .post-type-overview-materials .additional-box .li-muqe-read-more {
    background-color: #606669ff;
}

.post-type-overview-life .post-overview-flag, .post-type-overview-life .additional-box .li-muqe-read-more {
    background-color: #005dabff;
}

.post-type-overview-health .post-overview-flag, .post-type-overview-health .additional-box .li-muqe-read-more {
    background-color: #0096d2ff;
}

.post-type-overview-policies .post-overview-flag, .post-type-overview-policies .additional-box .li-muqe-read-more {
    background-color: #e4a800ff;
}

.post-type-overview-robotics .post-overview-flag, .post-type-overview-robotics .additional-box .li-muqe-read-more {
    background-color: #cc0066ff;
}

.post-institute-background {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    opacity: .2;
    background: rgba(50, 50, 50, .5) no-repeat center;
    background-size: cover;
}

.li-muqe-flex-section {
    display: flex;
    flex-direction: column;
}

.li-muqe-flex-bottom {
    align-self: flex-end;
    margin-top: auto;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    z-index: 9999;
    padding: 30px 36px 30px 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.li-muqe-flex-bottom-short {
    margin-bottom: 30px;
}

.li-read-more-container {
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-self: flex-end;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 30px 0 0 0;
}

.li-publications-template .li-publications-template--header-row {
    min-height: 20px;
    padding-bottom: 20px;
    padding-top: 30px;
}

.li-widgets--muqe .li-publications-template--bot-section {
    margin-top: auto;
}

@media (max-width: 767px) {
    .li-muqe-flex-bottom {
        padding: 20px;
    }

    .li-muqe-flex-bottom-short {
        margin-bottom: 0;
        padding: 20px 0;
    }
}


/* Kennzeichnung des Insituts*/
.li-muqe-institute {
    margin: 20px 0 18px 0;
    text-transform: uppercase;
}

.li-muqe-institute span {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    display: flex;
    align-self: center;
}

.li-muqe-institute span::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    width: 18px;
    height: 18px;
    background-color: var(--e-global-color-primary, #33aa8c);
    margin-right: 1rem;
}

@media (max-width: 767px) {
    .li-muqe-institute {
        margin: 20px 0 12px 0;
    }

    .li-muqe-institute span {
        line-height: 12px;
        font-size: 9px;
    }

    .li-muqe-institute span::before {
        width: 12px !important;
        height: 12px !important;
    }

}


/*muqe universal heading */
.lio .li-muqe-template-universal-heading {
    font-size: 21px;
    line-height: 24.75px;
    font-weight: 700;
    color: var(--e-global-color-text);
}

.li-muqe-template-universal-heading-link,
.lio .li-muqe-template-universal-heading a {
    text-decoration: none;
}

.lio .li-muqe-template-universal-heading-link:hover {
    text-decoration: none;
    color: var(--e-global-color-primary, #33aa8c);
}


.lio .li-widgets--muqe {
    font-size: 14px;
}


/*Image Link in Kachel*/

.li-muqe-template-image-link {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
}

@media (max-width: 767px) {
    .li-muqe-template-image-link {
        height: 150px;
    }
}

.li-muqe-event-image-link,
.li-muqe-event-image-link span {
    text-decoration: none !important;
}


/*   Read More globals     */


.li-widgets--muqe .li-muqe-read-more {
    align-self: flex-end;
    background: var(--e-global-color-primary, #33aa8c);
    display: flex;
    width: 45px;
    min-width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
}

.li-widgets--muqe .li-muqe-read-more:hover {
    background-color: var(--e-global-color-text);
}


.li-chevron {
    display: flex;
    width: 100%;
    height: 30px;
    background-color: #fff;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-image: url("/wp-content/uploads/2023/09/JR-Icon-arrow.svg");
    -webkit-mask-image: url("/wp-content/uploads/2023/09/JR-Icon-arrow.svg");
}

.li-muqe-flex-bottom.li-muqe-flex-section.additional-box {
    background: transparent;
}

/*swiper styles*/

.li-widgets--muqe-carousel {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.li-widgets--muqe-carousel > .swiper-wrapper {
    justify-content: flex-start;
}

.li-widgets--muqe-carousel > .swiper-wrapper > .swiper-slide {
    width: auto !important;
}

.li-widgets--muqe-carousel-swiper-controls {
    margin-top: 10px;
    position: absolute;
    transform: translateX(85%);
    left: calc(90% - 150px);
    padding: 20px;
    display: flex;
    column-gap: 20px;
    justify-content: flex-end;
}

.li-widgets--muqe-carousel-swiper-button {
    cursor: pointer;
    border: 2px solid #fff;
    width: 45px;
    height: 45px;
    filter: invert(1);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 767px) {
    .li-widgets--muqe-carousel > .swiper-wrapper > .swiper-slide {
        width: 270px !important;
    }

    .li-widgets--muqe-carousel-swiper-controls {
        margin-top: 0;
        left: calc(100% - 145px);
        column-gap: 10px;
    }

    .li-widgets--muqe-carousel-swiper-button {
        border: 1px solid #fff;
        width: 30px;
        height: 30px;
        align-items: center;
    }
}

.li-widgets--muqe-carousel-swiper-button:hover {
    background: #000;
}

.li-widgets--muqe-carousel-swiper-button:hover svg {
    filter: invert(1);
}

.li-widgets--muqe-carousel-swiper-button-prev {
    transform: scaleX(-1);
}

a.swiper-button-disabled {
    cursor: not-allowed;
    opacity: 0.4;
}

.li-widgets--muqe-carousel-swiper-button {
    background-color: #000;
}

/* remove every iframes from each li-widgets--muqe-grid_item (sometimes used in short description */
.li-widgets--muqe-grid_item iframe {
    display: none;
}


/*swiper end*/


.li-widgets--muqe .li-businessarea-template {
    /*! ------- START businessarea ------- */
    display: flex;
    flex-direction: column;
    width: 380px;
    height: 100%;
    box-shadow: 8px 1px 50px rgba(0, 0, 0, 0.0745098039);
    background-color: white;
    font-family: var(--e-global-typography-text-font-family, "Roboto", "sans-serif");
    font-size: 0.85rem;
    line-height: 18.5px;
    color: var(--e-global-color-text, black);
}

.li-widgets--muqe .li-businessarea-template {
    text-decoration: none;
}

.li-widgets--muqe a .li-muqe-template-universal-heading {
    text-decoration: none;
}

.li-businessarea-template:hover .li-businessarea-template--top-section .li-businessarea-template--img {
    filter: opacity(100%);
}


.lio .li-widgets--muqe .li-businessarea-template .li-muqe-template-universal-heading {
    text-decoration: none !important;
}


.li-widgets--muqe .li-businessarea-template--top-section {
    width: 100%;
}

.li-widgets--muqe .li-businessarea-template--img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.li-widgets--muqe .li-businessarea-template--middle-section {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1rem 2.31rem 0 2.75rem;
}

.li-widgets--muqe .li-businessarea-template--institute {
    letter-spacing: 1.8px;
    display: flex;
    text-transform: uppercase;
}

.li-widgets--muqe .li-businessarea-template--institute span {
    font-size: 1rem;
}

.li-widgets--muqe .li-businessarea-template--institute > span:first-of-type {
    font-weight: 700;
}

.li-widgets--muqe .li-businessarea-template--institute > span:first-of-type::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin-top: -2px;
    width: 21px;
    height: 21px;
    background-color: var(--e-global-color-primary, #33aa8c);
    margin-right: 1rem;
}

.li-widgets--muqe .li-businessarea-template--heading {
    margin-bottom: 1.5rem;

    @media (max-width: 767px) {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .li-widgets--muqe .li-businessarea-template--heading {
        margin-bottom: 0;
    }

    .lio .li-widgets--muqe .li-businessarea-template--middle-section {
        padding: 0 20px;
    }

    .lio .li-widgets--muqe .li-businessarea-template--bot-section {
        padding: 0 20px 20px 20px;
    }

}


.li-widgets--muqe .li-businessarea-template--heading {
    margin-bottom: 01.5rem;
}


.li-widgets--muqe .li-businessarea-template--heading a {
    text-decoration: none !important;
}

.li-widgets--muqe .li-businessarea-template--bot-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 2.31rem 2rem 2.75rem;
}

.li-widgets--muqe .li-businessarea-template--abstract {
    padding-right: 0;
    font-weight: 400;
}

.li-widgets--muqe .li-businessarea-template--abstract > a {
    text-decoration: none;
}

.li-widgets--muqe .li-businessarea-template--read-more {
    align-self: flex-end;
    margin-top: -2rem;
    background: var(--e-global-color-primary, #33aa8c);
}


.li-widgets--muqe .li-businessarea-template--read-more svg {
    fill: var(--e-global-color-primary, #33aa8c);
    width: 45px;
    height: auto;
}


.li-widgets--muqe .li-infrastructure-template {
    /*! ------- START Infrastructure ------- */
    width: 380px;
    position: relative;
}

.li-widgets--muqe .li-infrastructure-template--institute {
    margin-bottom: 2.4rem;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.li-widgets--muqe .li-infrastructure-template--institute > span::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    width: 18px;
    height: 18px;
    background-color: var(--e-global-color-primary, #33aa8c);
    margin-right: 1rem;
}

.li-widgets--muqe .li-infrastructure-template--heading {
    margin-bottom: 1.8rem;
}

.li-widgets--muqe .li-infrastructure-template--heading span {
    font-size: 1.3125rem;
    line-height: 24.75px;
    font-weight: 900;
}

.li-widgets--muqe .li-infrastructure-template--bot-section {
    display: flex;
    flex-direction: column;
}

.li-widgets--muqe .li-infrastructure-template--text {
    padding-right: 3.5rem;
}


.li-widgets--muqe .li-infrastructure-template--read-more a svg {
    width: 45px;
    height: auto;
    fill: var(--e-global-color-primary, #33aa8c);
}


.li-widgets--muqe .li-news-template {
    /*! ------- START NEWS ------- */
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    width: 380px;
    height: 100%;
    box-shadow: 8px 1px 50px rgba(0, 0, 0, 0.0745098039);
    background-color: white;
    font-family: var(--e-global-typography-text-font-family, "Roboto", "sans-serif");
    color: var(--e-global-color-text, #272725);
    position: relative;
}

.li-widgets--muqe .li-news-template--top-section {
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
}

@media (max-width: 767px) {
    .li-widgets--muqe .li-news-template--top-section {
        height: 150px;
    }
}

.li-widgets--muqe .li-news-template--middle-section-wrapper, .li-widgets--muqe .li-news-template--bot-section {
    padding-left: 2.875rem;
    padding-right: 2.875rem;
}

.li-widgets--muqe .li-news-template--middle-section-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: flex-start;
    padding: 1rem 2.31rem 0 2.75rem;
}

@media (max-width: 767px) {
    .li-widgets--muqe .li-news-template--middle-section-wrapper {
        padding: 0;
    }

    .li-news-template--article-details {
        align-self: center;
    }

    .li-widgets--muqe .li-news-template--institute {
        line-height: 12px !important;
    }
}

.li-widgets--muqe .li-news-template--institute {
    letter-spacing: 1.8px;
    display: flex;
    align-self: flex-start;
    text-transform: uppercase;
}

.li-widgets--muqe .li-news-template--institute span {
    font-size: 0.85rem;
}

.li-widgets--muqe .li-news-template--institute span:first-of-type {
    font-weight: 700;
}

.li-widgets--muqe .li-news-template--institute > span::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    width: 18px;
    height: 18px;
    background-color: var(--e-global-color-primary, #33aa8c);
    margin-right: 1rem;
}

.li-widgets--muqe .li-news-template--institute {
    line-height: 18.75px;
    font-size: 0.85rem;
}

.li-widgets--muqe .li-news-template--subheading {
    display: flex;
    font-weight: 500;
    font-size: 1rem;
}

.li-widgets--muqe .li-news-template--heading {
    line-height: 24.75px;
    padding-right: 2rem;
    margin-top: 1rem;
}

.li-widgets--muqe .li-news-template--heading span {
    font-size: 1.3125rem;
    font-weight: 900;
    line-height: 1.18em;
    text-transform: none;
    letter-spacing: normal;
}

.li-widgets--muqe .li-news-template--bot-section {
    display: flex;
    align-self: flex-end;
    margin-top: auto;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 2.2rem;
    gap: 30px;
}

@media (max-width: 767px) {
    .li-widgets--muqe .li-news-template--bot-section {
        position: absolute;
        bottom: 0;
    }
}

.li-widgets--muqe .li-news-template--article-details {
    display: flex;
    gap: 25px;
}

.li-widgets--muqe .li-news-template--date, .li-widgets--muqe .li-news-template--duration {
    display: flex;
    font-size: 0.65rem;
    line-height: 1rem;
    text-transform: uppercase;
}

.li-widgets--muqe .li-news-template--date span, .li-widgets--muqe .li-news-template--duration span {
    align-self: center;
    margin-top: 2px;
}

.li-widgets--muqe .li-news-template--date svg, .li-widgets--muqe .li-news-template--duration svg {
    width: 24px;
    height: auto;
    align-self: center;
    margin-right: 1rem;
}

.li-widgets--muqe .li-news-template--read-more svg {
    fill: var(--e-global-color-primary, #33aa8c);
    width: 45px;
    height: auto;
}

/*! ------- START EVENTS ------- */
.li-widgets--muqe .li-events-template {
    display: flex;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    width: 380px;
    height: 100%;
    box-shadow: 8px 1px 50px rgba(0, 0, 0, 0.0745098039);
    background-color: white;
}

@media (max-width: 767px) {
    .li-widgets--muqe .li-events-template {
        justify-content: space-between;
    }
}

.li-widgets--muqe .li-events-template .li-muqe-flex-bottom {
    position: relative;
    padding: 0;
    width: auto;
}


.li-widgets--muqe .li-events-template--institute span:first-of-type::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    width: 18px;
    height: 18px;
    background-color: var(--e-global-color-primary, #33aa8c);
    margin-right: 1rem;
}

.li-widgets--muqe .li-events-template--top-section {
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .li-widgets--muqe .li-events-template--top-section {
        background-position: top;
        height: 150px;
        background-size: cover;
    }
}

.li-widgets--muqe .top-wrapper-event {
    position: relative;
}

.li-widgets--muqe .li-events-template--top-section-date {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    background-color: var(--e-global-color-primary, #33aa8c);
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    gap: 5px;
    align-content: center;
    align-items: center;

    @media (max-width: 767px) {
        padding: 5px 3px;
    }
}

.li-widgets--muqe .li-events-template--top-section-date-heading {
    letter-spacing: 1px;
}

.li-widgets--muqe .li-events-template--top-section-date-heading a {
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.li-widgets--muqe .li-events-template--top-section-date img {
    max-width: 23px;
    width: 100%;
    max-height: 21px;
    height: 100%;
}

@media (max-width: 767px) {
    .li-widgets--muqe .li-events-template--top-section-date-time {
        font-size: 12px!important;
    }

    .li-widgets--muqe .li-events-template--top-section-date-heading a {
        font-size: 10px;
    }
}

.li-widgets--muqe .li-events-template--top-section-date-heading a:hover {
    text-decoration: underline;
}

.li-widgets--muqe .li-events-template--top-section-date-time {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
}

.li-widgets--muqe .li-events-template--top-section-date .connector {
    font-size: 15px;
    line-height: 15px;
    margin: 0;
    display: flex;
    justify-content: center;

    @media (max-width: 767px) {
        font-size: 12px !important;
    }
}

.li-widgets--muqe .li-events-template--middle-section, .li-widgets--muqe .li-events-template--bot-section {
    padding-left: 2.875rem;
    padding-right: 2.875rem;
}

.li-widgets--muqe .li-events-template--middle-section {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    margin-bottom: 2.5rem;
    letter-spacing: 1.8px;
    text-transform: uppercase;

    @media (max-width: 767px) {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.li-widgets--muqe .li-events-template--institute {
    line-height: 1.8;
    font-size: 0.85rem;
    font-weight: 700;
}


.li-widgets--muqe .li-events-template--subheading {
    display: flex;
    font-weight: 500;
    font-size: 1rem;
}

.li-widgets--muqe .li-events-template--heading {
    padding-right: 3rem;
    margin-top: 1.3rem;
    line-height: 24.75px;
}

@media (max-width: 767px) {
    .li-widgets--muqe .li-events-template--heading {
        margin-top: 0;
    }
}

.li-widgets--muqe .li-events-template--heading h3 {
    line-height: 1.18em;
    text-transform: none;
    letter-spacing: normal;
}

.li-widgets--muqe .li-events-template--bot-section {
    display: flex;
    justify-content: space-between;
    padding-bottom: 2.2rem;
    align-items: center;
    margin-top: auto;
}

.li-widgets--muqe .li-events-template--date {
    display: flex;
    align-items: center;
}

.li-widgets--muqe .li-events-template--infos {
    line-height: 1rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    font-size: 10.4px;
    padding-right: 7px;
}


.li-widgets--muqe .li-events-template--date svg {
    width: 36px;
    height: auto;
    align-self: center;
    margin-right: 10px;
}

.li-widgets--muqe .li-events-template--read-more {
    align-self: flex-end;
}

.li-widgets--muqe .li-events-template--read-more svg {
    fill: var(--e-global-color-primary, #33aa8c);
    width: 45px;
    height: auto;
}


/* Event Datum */
.li-events-template_ics {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-decoration: none !important;
    font-weight: 400;
}


.li-events-template_ics span {
    display: flex;
    line-height: normal;
    font-size: 10.4px;
    width: calc(100% - 46px);
    font-weight: 400 !important;
}

@media only screen and (max-width: 767px) {
    .li-events-template_ics span {
        font-size: 9px;
        width: 80%;
    }

    .li-widgets--muqe .li-events-template--date svg {
        width: 10%;
        margin-right: 10px;
        align-self: end;
    }

    .li-widgets--muqe .li-events-template--institute span:first-of-type::before {
        margin-top: 0;
        margin-bottom: 3px;
        vertical-align: middle;
    }

    .li-widgets--muqe .li-events-template--institute {
        line-height: 9px;
        margin-bottom: 5px;
    }

    .li-widgets--muqe .li-events-template {
        max-height: 350px !important;
    }

    .li-widgets--muqe .li-events-template--top-section-date-heading {
        border-width: 1px;
        /*padding-top: 10px;*/
    }

    .li-events-template--top-section-date-time {
        font-size: 16px !important;
    }
}


.li-widgets--muqe .li-person-template {
    /*! ------- START infrastructure ------- */
    border-bottom: 5px solid var(--e-global-color-primary, #33aa8c);
    /* max-width: 384px; */
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 1.39;
    font-size: 13px;
    padding: 1rem 2rem;
    box-shadow: 8px 1px 50px rgba(0, 0, 0, 0.0745098039);
    background-color: white;
    font-family: var(--e-global-typography-text-font-family, "Roboto", "sans-serif");
    color: var(--e-global-color-text, black);
    text-align: center;
}

.li-widgets--muqe .li-person-template--name a {
    text-decoration: none;
}

.li-widgets--muqe .li-person-template--name h3:hover {
    color: var(--e-global-color-primary) !important;
}


.li-widgets--muqe .li-person-template--img img {
    /* background: var(--e-global-color-primary); */
    height: 130px;
    width: auto;
    -webkit-mask-image: url("assets/img/kreis.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url("assets/img/kreis.svg");
    mask-repeat: no-repeat;
    mask-position: center;
}

.li-widgets--muqe .li-person-template--position {
    font-size: 13px !important;
    margin-top: 10px !important;
    min-height: 54px;
}

.li-widgets--muqe .li-person-template--data {
    list-style-type: none;
    padding: 0;
}

.li-widgets--muqe .li-person-template--data li {
    padding: 0;
}

.li-widgets--muqe .li-person-template--name {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.li-widgets--muqe .li-person-template--name-full {
    font-size: 1.3125rem;
    font-weight: 900;
}

.li-widgets--muqe .li-person-template--name-after {
    min-height: 54px;
}

.li-widgets--muqe .li-person-template--mail {
    text-decoration: none !important;
    font-size: 15px;
}

.li-widgets--muqe .li-person-template--mail > svg {
    fill: var(--e-global-color-text);
    width: 21px;
}

.li-widgets--muqe .li-person-template--phone {
    text-decoration: none !important;
    font-size: 15px;
}

.li-widgets--muqe .li-person-template--phone > svg {
    fill: var(--e-global-color-text);
    width: 21px;
}


.li-product-template--heading {
    margin-bottom: 10px;
}

.li-widgets--muqe .li-product-template--img {
    display: flex;
    justify-content: center;
}

.li-widgets--muqe .li-product-template--img img {
    width: auto;
    height: 115px;
    object-fit: contain;
    aspect-ratio: 1/1;
}

.li-widgets--muqe .li-product-template--read-more a svg {
    width: 45px;
    height: auto;
    fill: var(--e-global-color-primary, #33aa8c);
}

.li-widgets--muqe .li-projects-template {
    /*! ------- START projects ------- */
    display: flex;
    flex-direction: column;
    box-shadow: 8px 1px 50px rgba(0, 0, 0, 0.0745098039);
    background-color: white;
    font-family: var(--e-global-typography-text-font-family, "Roboto", "sans-serif");
    font-size: 0.85rem;
    line-height: 18.75px;
    justify-content: flex-start;
    height: 100%;
    width: 380px;
    color: var(--e-global-color-text, black);
    position: relative;
}

.li-projects-template--heading {
    margin-top: 10px;
}

.li-widgets--muqe .li-projects-template--institute > span:first-of-type {
    font-weight: 700;
}

.li-widgets--muqe .li-projects-template--institute > span:first-of-type::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    width: 18px;
    height: 18px;
    background-color: var(--e-global-color-primary, #33aa8c);
    margin-right: 1rem;
}


.li-widgets--muqe .li-projects-template--bot-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 2.31rem 2rem 2.75rem;
    margin-top: auto;
}

.li-widgets--muqe .li-projects-template--middle-section {
    height: calc(100% - 200px);
}


.li-widgets--muqe .li-projects-template--abstract p {
    text-overflow: ellipsis;
}


.li-widgets--muqe .li-projects-template--read-more {
    align-self: flex-end;
    margin-top: -2rem;
}

.li-widgets--muqe .li-projects-template--read-more svg {
    fill: var(--e-global-color-primary, #33aa8c);
    width: 45px;
    height: auto;
}

.li-widgets--muqe .li-projects-template .li-muqe-card {
    padding: 0 36px 0 48px;
}

.li-widgets--muqe .li-publications-template {
    /*! ------- START publications ------- */
    width: 380px;
    height: 100%;
    padding: 3.125rem 2.2rem 2.75rem 3.03rem;
    box-shadow: 8px 1px 50px rgba(0, 0, 0, 0.0745098039);
    background-color: white;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 0;
    font-size: 1.125rem;
    border-bottom: 5px solid white;
    font-family: var(--e-global-typography-text-font-family, "Roboto", "sans-serif");
    color: var(--e-global-color-text, black);
}

.li-widgets--muqe .li-publications-template:hover {
    border-color: var(--e-global-color-primary, #33aa8c);
}

.li-widgets--muqe .li-publications-template--institute {
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    line-height: 18.75px;
}

.li-widgets--muqe .li-publications-template--institute span {
    font-size: 0.85rem;
}

.li-widgets--muqe .li-publications-template--institute > span::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    width: 18px;
    height: 18px;
    background-color: var(--e-global-color-primary, #33aa8c);
    margin-right: 1rem;
}

.li-widgets--muqe .li-publications-template--heading {
    max-width: 60%;
    line-height: 24.75px;
    height: 100%;
}

.li-widgets--muqe .li-publications-template--heading span {
    font-size: 1.3125rem;
    font-weight: 900;
}

.li-widgets--muqe .li-publications-template--bot-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
}

.li-widgets--muqe .li-publications-template--details {
    font-weight: 700;
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-size: 0.85rem;
    max-height: 120px;
    height: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}

.li-widgets--muqe .li-publications-template--bibtex-authors {
    margin: 0;
    font-size: 0.8rem;
    text-transform: none;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0;
    padding-right: 10px;
}

.li-widgets--muqe .li-publications-template--bibtex-authors-name {
    font-weight: normal;
}

.li-widgets--muqe .li-publications-template--bibtex-authors-year {
    font-size: 0.85rem;
    margin-top: -8px;
}

.li-widgets--muqe .li-publications-template--read-more svg {
    fill: var(--e-global-color-primary, #33aa8c);
    width: 45px;
    height: auto;
}

@media (max-width: 767px) {
    .li-widgets--muqe .li-publications-template--institute > span::before {
        margin-top: 0;
        vertical-align: unset;
    }

    .li-widgets--muqe .li-publications-template {
        padding: 20px !important;
        width: 270px !important;
        max-height: 270px !important;
    }

    .li-publications-template .li-publications-template--header-row {
        min-height: 10px;
        padding-bottom: 0;
        padding-top: 0;
    }

    .li-publications-template--details {
        margin-top: auto !important;
    }

    .li-widgets--muqe .li-publications-template--details {
        margin-bottom: 0;
    }
}

.li-widgets--muqe .li-research-groups-template {
    /*! ------- START research groups ------- */

    justify-content: space-between;
    flex-direction: column;
    gap: 0;
    font-size: 1.125rem;
    border-bottom: 5px solid white;
}

.li-widgets--muqe .li-research-groups-template:hover {
    border-color: var(--e-global-color-primary, #33aa8c);
}

.li-widgets--muqe .li-research-groups-template--institute {
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.li-widgets--muqe .li-research-groups-template--institute span {
    font-size: 0.85rem;
}

.li-widgets--muqe .li-research-groups-template--heading {
    margin-bottom: 3.5rem;
    max-width: 75%;
}

@media (max-width: 767px) {
    .li-widgets--muqe .li-research-groups-template--heading {
        margin-bottom: 0;
    }


}


.li-widgets--muqe .li-research-groups-template--bot-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.li-widgets--muqe .li-research-groups-template--details {
    font-weight: 700;
    display: flex;
    flex-direction: column;
    font-size: 0.85rem;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    align-self: flex-start;
}

.li-widgets--muqe .li-research-groups-template--leader {
    margin: 0;
    font-size: 0.85rem;
}

.li-widgets--muqe .li-research-groups-template--leader-name {
    font-weight: normal;
}

.li-widgets--muqe .li-research-groups-template--read-more svg {
    fill: var(--e-global-color-primary, #33aa8c);
    width: 45px;
    height: auto;
}

.li-widgets--muqe .li-testimonial-template {
    /*! ------- START testimonial-template ------- */
    width: 640px;
    height: 100%;
    box-shadow: 8px 1px 50px rgba(0, 0, 0, 0.0745098039);
    background-color: white;
    font-family: var(--e-global-typography-text-font-family, "Roboto", "sans-serif");
    color: var(--e-global-color-text, black);
    display: flex;
    gap: 3.45rem;
    padding: 2.75rem 5rem 3rem 2.75rem;
    border-bottom: 5px solid var(--e-global-color-primary, #33aa8c);
    font-size: 18px;
    line-height: 1.4;
}

.li-widgets--muqe .li-testimonial-template--person {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 15px;
}

.li-widgets--muqe .li-testimonial-template--img {
    align-self: center;
    width: 180px;
    height: auto;
}

.li-widgets--muqe .li-testimonial-template--img img {
    height: 100%;
    width: 100%;
    -webkit-mask-image: url("assets/img/kreis.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url("assets/img/kreis.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}

.li-widgets--muqe .li-testimonial-template--data ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.li-widgets--muqe .li-testimonial-template--data ul > li {
    margin: 0;
    padding: 0;
    text-align: center;
}

.li-widgets--muqe .li-testimonial-template--name {
    font-weight: 700;
    text-transform: uppercase;
}

.li-widgets--muqe .li-testimonial-template--testimonial {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}

.li-widgets--muqe .li-testimonial-template--testimonial svg {
    width: 2.5rem;
    fill: var(--e-global-color-primary, #33aa8c);
}

.li-widgets--muqe .li-testimonial-template--text {
    margin-bottom: 70px;
}

@media (max-width: 1024px) {
    .li-widgets--muqe .li-testimonial-template {
        padding: 1.5rem 1rem 0.5rem 1rem;
        flex-direction: column;
        gap: 2rem;
    }

    .li-widgets--muqe .li-testimonial-template--testimonial {
        gap: 15px;
    }
}

.li-widgets--muqe .li-topic-template {
    /*! ------- START topics ------- */
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    width: 380px;
    height: 100%;
    box-shadow: 8px 1px 50px rgba(0, 0, 0, 0.0745098039);
    background-color: white;
    font-size: 0.85rem;
    line-height: 18.75px;
    font-family: var(--e-global-typography-text-font-family, "Roboto", "sans-serif");
    color: var(--e-global-color-text, black);
}

.li-widgets--muqe .li-topic-template--top-section {
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
}

@media (max-width: 767px) {
    .li-widgets--muqe .li-topic-template--top-section {
        height: 150px;
    }
}

.li-widgets--muqe .li-topic-template a {
    text-decoration: none;
}

.li-widgets--muqe .li-topic-template .li-topic-template--wrapper {
    text-decoration: none;
}


.li-widgets--muqe .li-topic-template--bottom-section {
    padding-left: 36px;
    padding-right: 36px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.li-widgets--muqe .li-topic-template--bottom-section-heading {
    padding-right: 3rem;
    margin-top: 30px;
    line-height: 1.18em;
    text-transform: none;
    letter-spacing: normal;
    font-size: 1.3125rem;
    font-weight: 900;
}

.li-widgets--muqe .li-topic-template--bottom-section-heading:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-color: var(--e-global-color-primary, #33aa8c);
    margin-bottom: 20px;
}

.li-widgets--muqe .li-topic-template--bottom-section-abstract > a {
    text-decoration: none !important;
}

.li-widgets--muqe .li-topic-template--bottom-section-abstract {
    font-weight: 400;
}

@media (max-width: 767px) {
    .li-widgets--muqe .li-topic-template--bottom-section-heading {
        margin-top: 0;
    }
}


/*! ---------- START JOBS TEMPLATE -------  !*/

.li-jobs-template .li-jobs-template--institute span {
    font-size: 0.85rem !important;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-weight: 700;

}

.li-jobs-template svg {
    width: 20px;
}

.li-jobs-template--bot-section {
    font-size: 0.65rem;
    text-transform: uppercase;

}

.li-jobs-template--bot-section span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
}

.li-jobs-template--details {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.li-muqe-card.li-jobs-template--wrapper {
    justify-content: space-between !important;
    border-bottom: 5px solid var(--e-global-color-primary, #33aa8c);
}

@media (max-width: 767px) {
    .li-jobs-template .li-jobs-template--institute span {
        font-size: 9px !important;
    }

    .li-jobs-template--bot-section {
        font-size: 9px;
        letter-spacing: 1.2px;
    }

    .li-jobs-template--wrapper {
        padding: 20px;
        height: 300px;
    }
}

/*! ------- START FILTER-SELECT2 ------- */

/*.li-widgets--muqe-filters .reset-button-container {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.li-widgets--muqe-filters__form .single-reset-button {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translate(50%, -50%);

    @media (max-width: 767px) {
        right: 30%;
    }
}

.select2.select2-container.select2-container--default.li-widgets--muqe-filters__parent {
    width: 100% !important;
}*/

/*! ------------ Job Filters ----------- */

.li-widgets--muqe-job-filters__form {
    flex-wrap: wrap;
}

.li-widgets--muqe-job-filters__form select {
    width: calc(50% - 100px);

    @media (max-width: 767px) {
        width: 100% !important;
    }
}

.li-widgets--muqe .li-widgets--muqe-filters__form .button-wrapper-filters {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}


/*! ------------ Filters ----------- */
.lio .li-widgets--muqe-filters__dropdown .select2-results li {
    padding: 0;

    @media (max-width: 400px) {
        display: flex;
    }
}

/*.select2-selection__clear {
    color: #000 !important;
}*/

.lio .li-widgets--muqe-filters__dropdown .select2-search--dropdown {
    display: none !important;
}

.lio .li-widgets--muqe-filters__parent .select2-selection--single {
    border: 2px solid #000;
    padding: 0.8rem 1.3rem;
    border-radius: 0;
    background-color: #ffffff;
    font-size: 15px;
    height: auto;
    text-transform: uppercase;

    @media (max-width: 767px) {
        border-width: 1px;
        font-size: 12.75px;
    }
}

.lio .li-widgets--muqe-filters__dropdown .select2-selection--single:focus {
    font-weight: 700;
    background-color: var(--e-global-color-primary);
}

.lio .li-widgets--muqe-filters__dropdown .select2-results__option:first-of-type {
    display: none;
}

.lio .li-widgets--muqe-filters__parent .select2-selection__arrow {
    visibility: hidden !important;
}

.lio .li-widgets--muqe-filters__parent .select2-results__options {
    border: solid 1px #bebebe;
    position: relative;
    border-radius: 0;
}

.lio .li-widgets--muqe-filters__parent .select2-results__option :before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    background-color: var(--e-global-color-primary);
}

.li-widgets--muqe .li-widgets--muqe-filters__form {
    display: flex;
    gap: 15px;
}

.li-widgets--muqe .li-widgets--muqe-filters__search button {
    background-color: #fff;
    color: #000;
    border: none;
    display: flex;
}

.li-widgets--muqe-filters__reset button {
    font-size: 20px !important;
    padding: 5px 10px !important;
}

@media (max-width: 767px) {
    .li-widgets--muqe-filters__reset button {
        font-size: 12px !important;
        padding: 2px 5px !important;
    }

    .li-widgets--muqe .li-widgets--muqe-filters__search button img {
        width: 15px;
        height: 15px;
    }

    .li-widgets--muqe-filters__reset {
        display: flex;
        align-items: center;
    }
}

.li-widgets--muqe .li-widgets--muqe-filters__search button:hover {
    border: none;
    background-color: inherit;
}

.li-widgets--muqe .li-widgets--muqe-filters__search button:focus {
    border: none;
    background-color: #fff;
}

.li-widgets--muqe .li-widgets--muqe-filters-loading {
    background-color: #fff;
    pointer-events: none;
    animation: loading 400ms ease-out;
}


.lio .select2-container .select2-results li span {
    padding: 10px 30px 10px 60px;
    display: block;
    border-bottom: 3px solid #fff;

    @media (max-width: 400px) {
        padding: 10px 30px 10px 45px;
    }
}

.lio .li-widgets--muqe-filters__dropdown .select2-results li span::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 15px;
    margin-left: -30px;
    border: 1px solid #000;

    @media (max-width: 767px) {
        width: 10px;
        height: 10px;
    }
}

.lio .select2-container .select2-results .select2-results__option--highlighted span {
    border-bottom: 3px solid #000;
    background-color: #efefef;
    color: #000;
    font-weight: 700;
}


.select2-results__option span[data-name=coremed],
.select2-results__option span[data-name=digital],
.select2-results__option span[data-name=health],
.select2-results__option span[data-name=life],
.select2-results__option span[data-name=materials],
.select2-results__option span[data-name=policies],
.select2-results__option span[data-name=robotics] {
    text-transform: uppercase;
}


/* COREMED   */
.lio .select2-container .select2-results .select2-results__option--highlighted [data-name="coremed"] {
    color: var(--e-global-color-0d88a98);
    border-bottom: 3px solid var(--e-global-color-0d88a98);
}

.lio .select2-container .select2-results .select2-results__option--highlighted [data-name="coremed"]::before {
    background-color: var(--e-global-color-0d88a98);
    border-color: var(--e-global-color-0d88a98);
}

/* DIGITAL   */
.lio .select2-container .select2-results .select2-results__option--highlighted [data-name="digital"] {
    color: var(--e-global-color-82b6ba8);
    border-bottom: 3px solid var(--e-global-color-82b6ba8);
}

.lio .select2-container .select2-results .select2-results__option--highlighted [data-name="digital"]::before {
    background-color: var(--e-global-color-82b6ba8);
    border-color: var(--e-global-color-82b6ba8);
}

/* MATERIALS    */
.lio .select2-container .select2-results .select2-results__option--highlighted [data-name="materials"] {
    color: var(--e-global-color-4de8317);
    border-bottom: 3px solid var(--e-global-color-4de8317);
}

.lio .select2-container .select2-results .select2-results__option--highlighted [data-name="materials"]::before {
    background-color: var(--e-global-color-4de8317);
    border-color: var(--e-global-color-4de8317);
}

/* Robotics   */
.lio .select2-container .select2-results .select2-results__option--highlighted [data-name="robotics"] {
    color: var(--e-global-color-27ba0cc);
    border-bottom: 3px solid var(--e-global-color-27ba0cc);
}

.lio .select2-container .select2-results .select2-results__option--highlighted [data-name="robotics"]::before {
    background-color: var(--e-global-color-27ba0cc);
    border-color: var(--e-global-color-27ba0cc);

}

/* Health   */
.lio .select2-container .select2-results .select2-results__option--highlighted [data-name="health"] {
    color: var(--e-global-color-05f0f2b);
    border-bottom: 3px solid var(--e-global-color-05f0f2b);
}

.lio .select2-container .select2-results .select2-results__option--highlighted [data-name="health"]::before {
    background-color: var(--e-global-color-05f0f2b);
    border-color: var(--e-global-color-05f0f2b);
}

/* Life   */
.lio .select2-container .select2-results .select2-results__option--highlighted [data-name="life"] {
    color: var(--e-global-color-7eeb16a);
    border-bottom: 3px solid var(--e-global-color-7eeb16a);
}

.lio .select2-container .select2-results .select2-results__option--highlighted [data-name="life"]::before {
    background-color: var(--e-global-color-7eeb16a);
    border-color: var(--e-global-color-7eeb16a);
}

/* Policies   */
.lio .select2-container .select2-results .select2-results__option--highlighted [data-name="policies"] {
    color: var(--e-global-color-e474057);
    border-bottom: 3px solid var(--e-global-color-e474057);
}

.lio .select2-container .select2-results .select2-results__option--highlighted [data-name="policies"]::before {
    background-color: var(--e-global-color-e474057);
    border-color: var(--e-global-color-e474057);
}


@keyframes loading {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.1;
    }
}

.li-widgets--muqe-grid {
    display: grid;
    grid-template-rows: auto;
    margin-bottom: 2rem;
}

/*
@media (min-width: 1690px) {
    .li-widgets--muqe-grid {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}


@media (max-width: 1690px) {
    .li-widgets--muqe-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 1024px) {
    .li-widgets--muqe-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 767px) {
    .li-widgets--muqe-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}
*/

@media (min-width: 500px) and (max-width: 767px) {
    .li-widgets--muqe-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

.li-widgets--muqe-filters__search button {
    width: 50px;
}

@media (max-width: 767px) {
    .li-widgets--muqe-filters__form {
        flex-wrap: wrap;
    }

    .li-widgets--muqe-filters__form:not(.li-widgets--muqe-job-filters__form) .select2-container {
        width: 100% !important;
        max-width: 70% !important;
    }

    .lio .li-widgets--muqe-filters__parent .select2-selection--single {
        padding: 4px;
    }
}

/*override Person Template*/

.lio .li-widgets--muqe .li-person-template {
    padding-top: 20px;
}

.lio .li-widgets--muqe .li-person-template--img {
    margin-bottom: 16px;
}

.lio .li-widgets--muqe .li-person-template--name-full {
    margin-bottom: 10px;
}


.lio .li-widgets--muqe .li-person-template--position,
.lio .li-widgets--muqe .li-person-template--name-before,
.lio .li-widgets--muqe .li-person-template--name-after {
    font-size: 15px !important;
}

.lio .li-widgets--muqe .li-person-template--name-after {
    min-height: 15px !important;
}

.li-widgets--muqe .li-person-template--mail,
.li-widgets--muqe .li-person-template--mail {
    padding: 5px;
}

.li-widgets--muqe .li-person-template--mail svg,
.li-widgets--muqe .li-person-template--mail svg {
    width: 25px !important;
}


.lio .li-widgets--muqe .li-publications-template--heading {
    width: 100%;
    max-width: 100%;
}

.lio .li-publications-template--institute {
    width: 100%;
}

.lio .li-publications-template--institute {
    width: 60%;
}

.lio .li-publications-template--bibtex-year {
    display: flex;
}

/* CSS overrides für Geschäftsfelder in Muque */

.lio .li-certifications-template .li-businessarea-template {
    justify-content: flex-start;
}


.lio .li-certifications-template .li-businessarea-template--abstract {
    padding-right: 20px;
}

.lio .li-widgets--muqe .li-businessarea-template--icon {
    background: var(--e-global-color-accent);
    width: 100px;
    height: 100px;
    padding: 20px;
    margin: -60px 0 0 2.75rem;
    opacity: 1;
    filter: opacity(100%);

    @media (max-width: 767px) {
        width: 60px;
        height: 60px;
        padding: 10px;
        margin: -20px 0 0 2.75rem;
    }
}

.lio .li-widgets--muqe .li-businessarea-template--icon-svg {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

/* Certifications Single View */

.lio .li-certifications-template .li-certifications-template--img {
    filter: grayscale(100%);
    max-width: 250px;
    height: auto;
}

.lio .li-certifications-template .li-certifications-template--img:hover {
    filter: grayscale(0);
}

/* Fördergeber Karusell */

.li-widgets--muqe-investors-carusel {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.li-widgets--muqe-investors-carousel_slide {
    align-self: center;
}

.li-widgets--muqe-carousel-investors-swiper-controls {
    display: flex;
    position: absolute;
    justify-content: space-between;
    width: 100%;
    z-index: 9999;
    top: 50%;
    transform: translateY(-50%);
}

.li-widgets--muqe-carousel-investors-swiper-controls .li-widgets--muqe-carousel-investors-swiper-button-prev i {
    transform: rotate(-180deg);
}

.li-widgets--muqe-carousel-investors-swiper-controls > a {
    z-index: 9999;
}

@media (max-width: 500px) {
    .li-widgets--muqe-carousel-investors-swiper-controls .li-widgets--muqe-carousel-investors-swiper-button-next {
        margin-right: -5px !important;
    }

    .li-widgets--muqe-carousel-investors-swiper-controls .li-widgets--muqe-carousel-investors-swiper-button-prev {
        margin-left: -5px !important;
    }

    .li-widgets--muqe-investors-carousel_slide .li-sponsors-template a img {
        max-width: 200px;
        max-height: 100px;
    }
}

@media (max-width: 900px) {
    .li-widgets--muqe-carousel-investors-swiper-controls .li-widgets--muqe-carousel-investors-swiper-button-next {
        margin-right: 60px;
    }

    .li-widgets--muqe-carousel-investors-swiper-controls .li-widgets--muqe-carousel-investors-swiper-button-prev {
        margin-left: 60px;
    }
}


/* Fördergeber */

.li-foerdergeber-container {
    overflow: hidden;
}


.lio .li-foerdergeber-container .li-widgets--muqe-carousel {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.li-foerdergeber-container .li-widgets--muqe-carousel-swiper-controls {
    left: 0;
    top: 60px;
    padding: 0;
    margin: 0;
    width: 720px;
    transform: none;
    justify-content: space-between;
}

.li-foerdergeber-container .li-widgets--muqe-carousel-swiper-controls a {
    z-index: 9999;
}


.li-sponsors-template {
    display: flex;
    width: 100%;
    max-width: 300px;
    flex-direction: column;
    gap: 25px;
    height: 100%;
    font-size: 0.85rem;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.li-sponsors-template .swiper-button-disabled {
    opacity: 0 !important;
}

.li-sponsors-template img {
    width: 100%;
    max-width: 100%;
    max-height: 100px;
}


.li-sponsor-description {
    line-height: normal;
}


/* Media Queries */

@media (max-width: 767px) {
    .li-product-template--heading {
        margin-bottom: 0;
    }

    .li-jobs-template .li-jobs-template--institute span {
        font-size: 12px !important;
    }

    .li-product-template .li-muqe-institute {
        margin: 0;
        padding-top: 10px
    }

    .lio .li-muqe-template-universal-heading {
        font-size: 14.25px !important;
        line-height: 18px !important;
    }

    .li-businessarea-template--middle-section .li-businessarea-template--heading {
        margin-bottom: 16px !important;
        margin-top: 16px !important;
    }

    .li-businessarea-template--middle-section .li-businessarea-template--heading .li-muqe-template-universal-heading {
        margin-bottom: 0;
    }

    .li-widgets--muqe .li-infrastructure-template {
        padding: 30px 20px;
    }

    .li-widgets--muqe .li-infrastructure-template--heading {
        margin-bottom: 1.5rem;
    }

    .li-widgets--muqe .li-news-template--middle-section-wrapper {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .lio .li-widgets--muqe .li-news-template--article-details {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }

    .lio .li-widgets--muqe .li-news-template--article-details span {
        font-size: 9px !important;
        line-height: 11.25px !important;
    }

    .li-widgets--muqe .li-news-template--middle-section {
        margin-bottom: 1rem;
    }

    .li-widgets--muqe-carousel-swiper-button {
        width: 30px;
        height: 30px;
    }

    .li-widgets--muqe .li-businessarea-template--abstract {
        padding-right: 3rem !important;
    }

    @media (max-width: 767px) {
        padding-right: 0 !important;
    }

    .li-topic-template--bottom-section-abstract, .li-product-template--text, .li-projects-template--abstract, .li-businessarea-template--abstract {
        font-size: 12px !important;
        line-height: 16.5px !important;
    }

    .li-events-template--bot-section,
    .li-publications-template,
    .li-widgets--muqe .li-topic-template--bottom-section,
    .li-widgets--muqe .li-news-template--middle-section,
    .li-widgets--muqe .li-news-template--bottom-section,
    .li-widgets--muqe .li-news-template--bot-section,
    .li-widgets--muqe .li-product-template {
        padding: 20px !important;
        margin: 0 !important;
    }

    .li-widgets--muqe .li-research-groups-template {
        padding: 20px !important;
    }

    @media (max-width: 767px) {
        .li-widgets--muqe .li-research-groups-template {
            min-height: 200px;
            justify-content: start !important;
            padding: 20px !important;
        }

        .li-research-groups-template .li-muqe-institute {
            margin: 0 !important;
        }
    }

    .li-events-template--middle-section {
        padding: 0 20px !important;
        margin-top: -28px !important;
    }

    .lio .li-businessarea-template--icon {
        margin-left: 20px !important;
    }

    .li-muqe-read-more {
        width: 30px !important;
        height: 30px !important;
        min-width: 30px !important;
    }

    .li-chevron {
        height: 20px;
        width: 20px;
    }

    .li-publications-template--bibtex-year {
        font-size: 12px !important;
    }

    .li-events-template--institute span,
    .li-news-template--institute span,
    .li-projects-template--institute span,
    .li-publications-template--institute span,
    .li-research-groups-template--institute span,
    .li-infrastructure-template--institute span {
        font-size: 9px !important;
    }

    .li-infrastructure-template {
        max-height: 250px;
        height: 250px;
        padding: 20px !important;
    }

    .li-widgets--muqe .li-infrastructure-template--institute {
        margin-bottom: 0;
    }

    .li-widgets--muqe .li-infrastructure-template--heading {
        margin-bottom: 0;
    }

    .li-widgets--muqe .li-infrastructure-template--text {
        padding-right: 0
    }

    .li-events-template--institute span:first-of-type::before,
    .li-news-template--institute span:first-of-type::before,
    .li-projects-template--institute span:first-of-type::before,
    .li-publications-template--institute span:first-of-type::before,
    .li-research-groups-template--institute span:first-of-type::before,
    .li-infrastructure-template--institute span:first-of-type::before,
    .li-product-template--institute span:first-of-type::before {
        width: 12px !important;
        height: 12px !important;
    }

    .li-events-template--infos span,
    .li-research-groups-template--details span,
    .li-publications-template--details span {
        font-size: 9px !important;
        line-height: 11.25px !important;
    }

}


/*carousel override padding top wegen schatten*/
.lio .li-widgets--muqe-carousel {
    padding-top: 40px;
    padding-left: 40px;
    margin-left: -40px;
}

@media (max-width: 767px) {
    .lio .li-widgets--muqe-carousel {
        padding-top: 10px;
    }
}

/*grid override padding top */
.lio .li-widgets--muqe-grid {
    padding-top: 40px;
}

@media (max-width: 767px) {
    .lio .li-widgets--muqe-grid {
        padding-top: 10px;
    }
}

.lio .li-widgets--muqe-carousel {
    overflow: visible;
}

.lio .li-widgets--muqe-carousel_slide {
    overflow: visible;
}

@media (max-width: 767px) {
    /*.li-widgets--muqe-carousel_slide {
        height: 350px!important;
    }*/
    .li-widgets--muqe .li-projects-template {
        max-height: 350px;
    }

    .li-widgets--muqe-carousel_slide {
        height: 100% !important;
    }

    /* Foerdergeber bei SP Projekten*/
    .idl-fg-wrapper .li-widgets--muqe-carousel_slide {
        height: 150px !important;
    }

    .li-events-template--institute span:first-of-type::before,
    .li-news-template--institute span:first-of-type::before,
    .li-projects-template--institute span:first-of-type::before,
    .li-publications-template--institute span:first-of-type::before,
    .li-research-groups-template--institute span:first-of-type::before,
    .li-infrastructure-template--institute span:first-of-type::before,
    .li-product-template--institute span:first-of-type::before {
        width: 9px !important;
        height: 9px !important;
        margin-right: 0.5rem !important;
    }

    .li-events-template--institute span:first-of-type,
    .li-news-template--institute span:first-of-type,
    .li-projects-template--institute span:first-of-type,
    .li-publications-template--institute span:first-of-type,
    .li-research-groups-template--institute span:first-of-type,
    .li-infrastructure-template--institute span:first-of-type {
        line-height: 9px;
    }
}

/* remove every iframes from each li-widgets--muqe-grid_item (sometimes used in short description */
.li-widgets--muqe-grid_item iframe {
    display: none;
}

@media (max-width: 767px) {
    .li-widgets--muqe .li-widgets--muqe-grid .li-widgets--muqe-grid_item > div.li-news-template {
        height: 350px !important;
    }

    /* Forschungsgruppen*/
    .li-widgets--muqe .li-research-groups-template--bot-section {
        padding-bottom: 0;
    }

    .li-widgets--muqe .li-research-groups-template--bot-section > div {
        padding-bottom: 5px;
    }

    .li-research-groups-template--bot-section {
        margin-top: auto !important;
    }

    /* Projekte */
    .li-projects-template--heading {
        margin-top: 0;
    }

    .li-widgets--muqe-carousel .li-projects-template {
        width: 270px !important;
        height: 350px !important;
    }

    /* Geschäftsfelder*/
    .li-widgets--muqe .li-businessarea-template--img {
        height: 150px;
    }

    .li-widgets--muqe .li-businessarea-template--abstract {
        padding-right: 0 !important;
    }

    .li-businessarea-template--middle-section .li-businessarea-template--heading {
        margin-bottom: 5px !important;
        margin-top: 0 !important;
    }

    /* Jobs */
    .li-jobs-template .li-jobs-template--institute span {
        font-size: 9px !important;
    }

    .li-jobs-template svg {
        width: 15px;
    }

    .li-muqe-flex-bottom-short {
        padding-bottom: 0;
        padding-top: 20px;
    }

    /* Themenschwerpunkte Kacheln */
    .li-widgets--muqe .li-topic-template--bottom-section-heading {
        padding-right: 0;
    }

    .li-widgets--muqe .li-topic-template--bottom-section-heading:before {
        width: 9px;
        height: 9px;
        margin-bottom: 10px;
    }

    .li-widgets--muqe .li-topic-template--bottom-section {
        gap: 1rem;
    }

    .li-widgets--muqe .li-topic-template {
        height: 100% !important;
    }

    /* Allgemeines Code*/
    .li-widgets--muqe-carousel .li-news-template {
        max-width: 270px;
    }

    .li-widgets--muqe .li-news-template {
        height: 350px !important;
    }

    .li-events-template {
        height: 350px !important;
    }

    .li-widgets--muqe-carousel .li-product-template {
        width: 270px !important;
        height: 350px !important;
    }

    /* Personen Kacheln */
    .li-widgets--muqe .li-person-template {
        border-width: 2px;
        padding: 20px;
    }

    .lio .li-widgets--muqe .li-person-template--position,
    .lio .li-widgets--muqe .li-person-template--name-before,
    .lio .li-widgets--muqe .li-person-template--name-after {
        font-size: 12px !important;
        line-height: 16px;
    }
}

.empty-notice {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.empty-notice > p {
    margin-top: 40px;
    padding: 10px 30px;
    background: var(--e-global-color-primary);
    width: fit-content;
    color: white;
    font-size: 18px;

    @media (max-width: 767px) {
        margin-top: 20px;
        font-size: 12px;
    }
}


/* 06.02.25 Event-Cards Edit */
.li-widgets--muqe .li-events-template--heading {
    padding-right: 0;
}

@media (max-width: 767px) {
    .li-widgets--muqe .li-events-template--heading {
        padding-right: 1rem;
    }
}

@media (min-width: 768px) {
    .li-widgets--muqe .li-events-template--top-section {
        background-size: 100% 100%;
        min-height: 200px !important;
    }
}