body {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    overflow-x: hidden;
}

body:not(.wp-admin) {
    margin-top: var(--header-height) !important;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 767px) {
    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
    .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
    .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
    .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
    .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
    .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
    .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
    .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
    .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
    .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
    .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
    .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-left: 0;
        padding-right: 0;
    }
}

/**
 * WordPress Generated Classes
 * http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/* Footer margin fix */

#site-footer {
    display: none;
}

/* Alignment */
.alignnone {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    height: auto;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .alignleft {
        display: inline;
        margin-right: 1.5em;
    }

    .alignright {
        display: inline;
        margin-left: 1.5em;
    }
}

/* Captions */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Gallery */
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/* Text meant only for screen readers (from bootstrap sr-only) */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}


@media (min-width: 767px) {
    .li-read-more[data-mobile-only="yes"] {
        display: none !important;
    }

    .li-read-more--content.mobile-only-yes {
        display: inline !important;
    }
}

/* mmenu styles */

body:not(.mm-wrapper--opened) #li-mmenu--main {
    display: none;
}

ul.mm-listview {
    z-index: 999;
    --mm-color-border: var(--e-global-color-text);
    --mm-color-text: var(--e-global-color-text);
    --mm-size: 100vw 100vh;
    overflow: visible;
}

#mm-menu {
    min-height: 100vh;
}

.mm-listitem {
    text-transform: uppercase;
    font-size: 16px;
    background-color: #f5f5f5 !important;
}

.mm-listitem__btn, .mm-listitem__text {
    padding: calc((var(--mm-listitem-size) / 2.5)) !important;
    border-bottom: 1px solid var(--mm-color-border);
}

.mm-listitem:after {
    border: none !important;
}

.mm-navbar {
    background-color: #fff !important;
    width: 100%;
    gap: 50px;
    justify-content: space-between;
}

.mm-navbar .li-mmenu--close {
    justify-content: flex-end!important;
    padding: 15px!important;
}

.mm-navbar__title {
    justify-content: flex-start;
    flex-grow: unset !important;
    flex: unset !important;
    text-decoration: none !important;
}

.mm-btn--next:after, .mm-btn--prev:before {
    border-color: var(--mm-color-border) !important;
}

.mm-listitem:hover {
    --mm-color-border: var(--e-global-color-primary);
}

.mm-listitem__btn:not(.mm-listitem__text) {
    border-left: none !important;
}

.mm-navbar .li-mmenu--close {
    border-bottom: none;
}

.mm-navbar .li-mmenu--lang {
    border-bottom: none;
}

.li-mmenu--close, .li-mmenu--lang, .li-mmenu--search {
    justify-content: flex-end;
}

.li-mmenu--close svg, .li-mmenu--lang svg, .li-mmenu--search svg {
    height: 20px;
    max-width: 100%;
}

@media (max-width: 1024px ) {
    .jr-header--static-nav__nav__menu {
        display: none !important;
    }

    .jr-header--static-nav__actions__menu {
        display: none;
    }

    .lio .mm-panel--opened {
        z-index: 9999 !important;
    }

    .mm-navbar {
        border-top: 1px solid var(--e-global-color-45371e3c, #000000);
    }

    .mm-panels .mm-panel .mm-navbar {
        background: var(--e-global-color-primary) !important;
    }

    .mm-panels .mm-navbar .mm-navbar__title {
        font-size: 16px;
        text-transform: uppercase;
        color:  var(--e-global-color-c53f219, #FFFFFF);
    }

    .mm-navbar .mm-btn--prev:before {
        border-color: var(--e-global-color-c53f219, #FFFFFF) !important;
    }
}

@media (min-width: 1025px) {
    #li-mmenu--open {
        display: none;
    }
}

/* Taxonomy styles */

.li-insitituts-taxonomy > .elementor-widget-container .elementor-heading-title::before {
    display: inline-block;
    vertical-align: top;
    margin-right: 0.8em;
    width: 1.15em;
    height: 1.15em;
    content: "";
    background: var(--e-global-color-primary);
}

.li-insitituts-taxonomy > .elementor-widget-container .elementor-heading-title > span {
    display: inline-block;
    vertical-align: bottom;
}

/* Zeilenumbrücke mobil entfernen */

@media only screen and (max-width: 960px) {
    h1 br {display: none;}

    h2 br {display: none;}
}

/* Intro-Container Padding-right*/

@media only screen and (min-width: 960px) {
    .lio .JR-intro {padding-right: calc(100% - 900px)}
}

/* List style*/

.page-content .elementor-widget-text-editor ul, 
.elementor-heading-title ul, 
.lio .idl-news-text ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 40px;
}

.page-content .elementor-widget-text-editor ul li, 
.elementor-heading-title ul li,
.lio .idl-news-text ul li {
    padding-left: 40px;
}

.site-main .page-content ul li {
    vertical-align: middle;
}

.lio .elementor-heading-title ul li::before,
.elementor-widget-text-editor ul li::before,
.lio .idl-news-text ul li::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 20px;
    margin-left: -40px;
    background-color: var(--e-global-color-primary);
}

/* Second Level */
.lio .elementor-heading-title ul li ul,
.lio .idl-news-text ul li ul{
    margin-top: 0px;
    margin-bottom: 10px;
}

.lio .elementor-heading-title ul li ul li::before,
.lio .idl-news-text ul li ul li::before{
    content: "";
    display: inline-block;
    width: 10px; 
    height: 10px;
    margin-right: 10px;
    margin-left: -35px;
    background-color: var(--e-global-color-primary);  
}

/* Third Level */
.lio .elementor-heading-title ul li ul li ul li::before,
.lio .idl-news-text ul li ul li ul li::before{
    content: "";
    display: inline-block;
    width: 10px; 
    height: 2px;
    margin-bottom: 6px;
    margin-left:-50px;
    background-color: var(--e-global-color-primary);  
}

/* Newsbeitrag Text Editor Styling */
.lio .idl-news-text h2, .idl-news-text h3, .idl-news-text h4 {
    margin-top: 50px;
    margin-bottom: 30px;
}

.lio .li-arrow-business-area {
    display: flex;
    min-width: 45px;
    padding: 0;
}

@media (max-width: 767px) {
    .lio .idl-news-text h2, .idl-news-text h3, .idl-news-text h4 {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}
/* Newsbeitrag Text Editor Styling Ende*/

@media (max-width: 767px) {

    .page-content .elementor-widget-text-editor ul, 
    .elementor-heading-title ul, 
    .lio .idl-news-text ul {
        margin-top: 20px;
    }

    .lio .elementor-heading-title ul li,
    .lio .idl-news-text ul li{    
        padding-left: 20px;         
    }

    .page-content .elementor-widget-text-editor ul li::before,
    .lio .elementor-heading-title ul li::before,
    .lio .idl-news-text ul li::before{
        width: 10px;
        height: 10px;
        margin-left: -20px;
        margin-right: 10px;
    }

    .page-content .elementor-widget-text-editor ul {
        padding-left: 0;
    }
    
    .site-main .page-content ul li {
        padding-left: 30px;
    }

    /* Second Level */
    .lio .elementor-heading-title ul li ul,
    .lio .idl-news-text ul li ul{
        margin-top: 0px;
        margin-bottom: 10px;
    }
     
    .lio .elementor-heading-title ul li ul li::before,
    .lio .idl-news-text ul li ul li::before{        
        margin-left: -20px;                
        width: 7px;
        height: 7px
    }
 
    /* Third Level */
     
    .lio .elementor-heading-title ul li ul li ul li,
    .lio .idl-news-text ul li ul li ul li{    
        padding-left: 20px;         
    }
     
    .lio .elementor-heading-title ul li ul li ul li::before,
    .lio .idl-news-text ul li ul li ul li::before{   
        margin-right: 10px;
        margin-left: -20px;
        margin-bottom: 4px;
        width: 10px; 
        height: 2px;          
    }   
    
}


/*CSS Overrides für Publikationen*/


.lio .li-publications-template--header-row {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
    min-height: 100px;
}


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

.lio .li-widgets--muqe .li-businessarea-template {
    width: auto;
}


/* Controls für Slider */
.lio .li-controls .swiper .elementor-swiper-button,
.single-projects .elementor-element .swiper .elementor-swiper-button,
.single-research_infra .elementor-element .swiper .elementor-swiper-button {
    top: auto;
    bottom: -90px;
    border: 2px solid #000000;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lio .li-controls .swiper .elementor-swiper-button:hover,
.single-projects .elementor-element .swiper .elementor-swiper-button:hover,
.single-research_infra .elementor-element .swiper .elementor-swiper-button:hover {
    background: #000;
}

.lio .li-controls .swiper .elementor-swiper-button:hover svg,
.single-projects .elementor-element .swiper .elementor-swiper-button:hover svg,
.single-research_infra .elementor-element .swiper .elementor-swiper-button:hover svg {
    filter: invert(1);
}

.lio .li-controls .swiper .elementor-swiper-button-prev,
.single-projects .elementor-element .swiper .elementor-swiper-button-prev,
.single-research_infra .elementor-element .swiper .elementor-swiper-button-prev {
    left: calc(70% - 50px);
}

.lio .li-controls .swiper .elementor-swiper-button-next,
.single-projects .elementor-element .swiper .elementor-swiper-button-next,
.single-research_infra .elementor-element .swiper .elementor-swiper-button-next {
    right: calc(30% - 50px);
}

/* Scroll to top button */

.scroll-to-top-button {
    height: 0;
    opacity: 0;
    transition: opacity .7s linear;
}

.scroll-to-top-button.scroll-to-top-visible {
    height: auto;
    opacity: 1;
}

.scroll-button-link {
    position: fixed;
    bottom: 50px;
    right: 30px;
    width: 45px;
    height: 45px;
    background: var(--e-global-color-primary);
}

.scroll-to-top-button a {
    rotate: -90deg;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-to-top-button a svg {
    width: 30px;
    height: 30px;
}

@media (max-width: 767px) {
    .scroll-button-link {
        width: 30px;
        height: 30px;
        right: 20px;
        bottom: 30px;
    }
    .scroll-to-top-button a svg {
        width: 20px;
        height: 20px;
    }
}

/* Footer für alle Mandanten */

.li-flex {
    display: flex;
}

.li-footer-wrapper {
    width: 100%;
    flex-direction: column;
    background-color: var(--e-global-color-secondary)
}

.li-footer-inner {
    width: 100%;
    max-width: 1690px;
    padding: 20px;
    flex-direction: column;
    margin: auto;
}

.li-footer-intro {
    width: 100%;
    padding: 40px 0 0 0;
}

.li-footer-logo {
    background: url(../img/JR-Logo-Footer.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 230px;
    height: 100px;
}

.li-footer-col-wrapper {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 13px;
    line-height: 22.5px;
}

.li-footer-col {
    width: 25%;
    min-width: 300px;
    flex-direction: column;
    padding: 0 20px 0 20px;
}

@media screen and (max-width: 992px) {
    .li-footer-col {
        width: 50%;
    }

}

.sticky-102 {
    position: sticky !important;
    z-index: 9998 !important;
    background-color: #fff !important;
    width: 100%;
    border-bottom: 3px solid var(--e-global-color-primary);
    top: 0!important;
    margin-top: 0!important;
}

body .technical-menu.sticky-jr,
body.scroll-up .technical-menu.sticky-jr,
body.scroll-down .technical-menu.sticky-jr {
    position: sticky !important;
    z-index: 9998 !important;
    background-color: #fff !important;
    width: 100%;
    border-bottom: 3px solid var(--e-global-color-primary);
    margin-top: 0!important;
    top: 125px !important;
}

.li-footer-col-wrapper .li-footer-col1 {
    padding-left: 0;
}

.li-footer-col-wrapper .li-footer-col4 {
    padding-right: 0;
}


.li-footer-text {
    max-width: 240px;
}

.li-footer-menu-wrapper {
    width: 100%;
}

.li-footer-menu-wrapper li {
    line-height: 30px;
}

.li-footer-menu-wrapper li:first-child {
    line-height: 22.5px;
}

.li-footer-menu {
    padding-left: 0;
    list-style: none;
}

.lio .li-footer-menu a,
.lio .li-footer-contact-item a {
    text-decoration: none;
    font-weight: 400;
}

.lio .li-footer-wrapper .li-footer-col h4 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.8px;
    font-size: 13px;
    margin-top: 30px;

}

.li-footer-social {
    flex-direction: row;
    padding-top: 40px;
    align-items: center;
}


.li-footer-social-icon a {
    width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 13px;
    display: block;
    text-indent: -9999px;
}

.li-footer-linkedin a {
    background: url(../img/linkedin-icon.svg);
}

.li-footer-youtube a {
    background: url(../img/youtube-icon.svg) no-repeat center;
}

.li-footer-research-gate a {
    background: url(../img/ResearchGate.svg);
}

.li-footer-instagram a {
    background: url(../img/insta-icon.svg);
}

.li-footer-bluesky a {
    background: url(../img/bluesky-icon.svg);
}

.li-footer-twitter a {
    background: url(../img/twitter_neu.svg);
}

.li-footer-facebook a {
    background: url(../img/facebook-icon.svg);
}

.li-footer-social-info {
    width: 120px;
    height: 22px;
    display: flex;
    flex-direction: row;
    align-items: center;

}

.li-footer-text-follow-us {
    display: flex;
    align-self: baseline;
}


.li-chevron-footer {
    display: flex;
    width: 16px;
    height: 16px;
    background-color: #000;
    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");
    margin-right: 5px;

}


.li-footer_sub-footer {
    width: 100%;
}

#li-sub-footer-wrapper {
    background-color: var(--e-global-color-primary);
}

#li-sub-footer-wrapper .li-footer_sub-footer,
#li-sub-footer-wrapper .li-footer_sub-footer a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}


#li-sub-footer-wrapper .li-footer-inner {
    padding: 5px 20px;
}

/*min height hacky*/
.page .page-content {
    min-height: 600px;
}

/* Breadcrumbs-Menu Styling */

.li-breadcrumbs-menu {
    width: 100%;
    padding: 0;
    background-color: #ebebeb;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.li-breadcrumbs-menu p {
    margin: 0;
}

.li-breadcrumbs-menu-wrapper {
    width: 1690px;
    padding: 0 22px;
    margin: 0 auto;

    @media (max-width: 767px) {
        padding: 0 39px;
    }
}

.li-breadcrumbs-menu p a {
    border: none !important;
}

.li-breadcrumbs-menu .separator {
    margin: 0 30px;
}

@media only screen and (max-width: 1024px) {
    .li-breadcrumbs-menu .separator {
        margin: 0 15px;
    }
}

@media only screen and (max-width: 768px) {
    .li_projects_columnri_print p, .li_projects_columnri_print a, .li_projects_columnri_print h2 {
        font-size: 12px!important;
    }

    .li-foerdergeber-container p {
        font-size: 12px;
    }

    .li-breadcrumbs-menu .separator {
        margin: 0 8px;
    }

    .li-breadcrumbs-menu {
        padding: 5px 0;
    }

    .page-id-2203 .li-breadcrumbs-menu {
        padding: 0;
    }

    .li-breadcrumbs-menu .rank-math-breadcrumb > p {
        float: left;
        width: auto;
        text-align: center;
        white-space: nowrap;
    }

    .li-breadcrumbs-menu .rank-math-breadcrumb {
        overflow-x: auto;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
        max-width: 90vw;
    }

    .li-breadcrumbs-menu .rank-math-breadcrumb::-webkit-scrollbar {
        display: none;
    }

    .select2-results__options li:first-of-type {
        border-top: 1px solid var(--e-global-color-text, #000000);
    }

    .select2-results__options li {
        padding-left: 14px;

        @media (max-width: 767px) {
            padding-left: 35px;
        }
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 30px!important;
    }
}

.li-breadcrumbs-menu .separator img {
    width: 5px;
    height: 10px;
}

.li-breadcrumbs-menu nav .label a img {
    width: 12px;
    height: 12px;
}

nav.rank-math-breadcrumb span, nav.rank-math-breadcrumb a {
    font-size: 12px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    nav.rank-math-breadcrumb span, nav.rank-math-breadcrumb a {
        font-size: 10px;
    }
}

.li-widgets--toc--select .selection .select2-selection.select2-selection--single {
    border-color: var(--e-global-color-primary);
    border-width: 3px 3px 0px 3px;
    background: var(--e-global-color-primary);
}

.li-widgets--toc--select .select2 .selection .select2-selection--single .select2-selection__rendered {
    color: var(--e-global-color-c53f219, #FFFFFF);
}

.li-widgets--toc--select .select2-selection--single .select2-selection__arrow {
    right: 10px!important;
}

.li-widgets--toc--select .select2 .selection .select2-selection--single .select2-selection__arrow b {
    border-color: var(--e-global-color-c53f219, #FFFFFF) transparent transparent transparent;
}

.li-widgets--toc--select .select2.select2-container--open .selection .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent var(--e-global-color-c53f219, #FFFFFF) transparent;
}

/* Akkordeonmenü Styles für fade Unterseiten */

.li-accordion-businessareas .elementor-tab-title {
    border: solid 2px var(--e-global-color-primary) !important;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.li-accordion-businessareas .elementor-tab-title.elementor-active {
    border-top: 5px solid var(--e-global-color-primary) !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
}

.li-accordion-businessareas .elementor-accordion-item {
    margin-top: 50px;
}


/* Anchor tags Styling in Paragraphs */

.lio p a,
.lio .site-main ul li a {
    text-decoration: none;
    border-bottom: solid 3px;
    font-weight: 700;
}
@media only screen and (max-width: 767px){
    .lio p a,
    .lio .site-main ul li a {    
        border-bottom: solid 1px;    
    }
}

/* remove underline from institute links */

.li-insitituts-taxonomy a {
    text-decoration: none !important;
}

/* Startseite Mandanten CSS
   Ueber uns Seite
   Single Post Mandanten

Abkuerzungen

    idl - idlab
    wr - wrapper/parent container
    mb - margin bottom
    ec - erstes container
    gallery-pad-bot - padding bottom  

    navi - navigation
    fg - forschungsgruppen
    ps - produkte & services
    fi - forschungsinfrastruktur
    pr - projekte
    gs - geschaeftsfelder
    ne - news & events
    pu - publikationen
    ap - ansprechperson
    as - auszeichnungen & standards/foerdergeber
    bg - bildergalerie
    bt - bottom text
    tg - teammitglieder
    te - testimonials

*/

.lio .idl-no-padd > div{
    padding-top: 0;
    padding-bottom: 0;
}

.lio .idl-fg-wr {
    margin-top: 0;
}

.lio .idl-ec-wr, .lio .idl-navi-wr, .lio .idl-fi-wr, .lio .idl-pr-wr, .lio .idl-gs-wr, .lio .idl-ne-wr, .lio .idl-pu-wr, .lio .idl-tg-wr, .lio .idl-te-wr {
    margin-top: 50px;
}

.lio .idl-ps-wr {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f4f4f4;
}

.lio .idl-ap-wr, .lio .idl-as-wr {
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.lio .idl-bg-wr, .lio .idl-bt-wr {
    margin-top: 40px;
}

.lio .idl-mb {
    margin-bottom: 80px;
}

/* Padding für alle Gallerien wegen Navigation Pfeile*/
.lio .idl-gallery-pad-bot{
    padding-bottom: 70px
}

@media only screen and (max-width:1024px) and (min-width: 768px){
    .lio .idl-gallery-pad-bot{
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px){
    .idl-ap-wr > div {
        padding: 0 !important;
    }
}


/* Ende */

/* Produkte & Projekte "Mehr zum..." button */
.lio .idl-projects-div {
    margin-top: auto;
}

/* Button SVG Code */

.lio .idl-btn svg {
    height: 16px;
    margin-top: -2px;
}

.lio #idl-kontakt-pfeil svg{
    height: 16px;
}

@media only screen and (max-width: 767px){
    .lio .idl-btn a, 
    .lio .idl-btn a:focus, 
    .lio .idl-btn a:hover {
        border-width: 1px;
    }

    /* Kontakt Seite*/
    .lio .idl-kontakt-formular button>span span:first-of-type {
        position: absolute;
        right: 25px;
    }
    

}

.lio .idl-muqe-btn svg {
    height: 13px;
    margin-top: -2px;
}

.lio .idl-muqe-btn span {
    font-size: 13.5px !important;
    line-height: 18px !important;
    font-weight: 700;
    font-family: var(--e-global-typography-e701d3c-font-family), Sans-serif;
}

.lio .idl-muqe-btn {
    margin-top: 25px !important;
}


.lio .idl-muqe-btn div {
    margin-top: 0 !important;
}


/* Button Ende */

/* Flag Button CSS */

.lio .idl-flag div > a {
    text-decoration: none !important;
}

.lio .idl-flag {
    display: flex;
    z-index: 10;
    justify-content: center;
    font-family: "JR", Sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-size: 27px;
    letter-spacing: 0.5px;
    color: white;
    background-color: var(--e-global-color-primary);
    width: 217px;
    padding: 13px 40px 13px 40px;
}

.lio .idl-flag-right {
    align-self: flex-end;
    margin-right: -90px;
}

.lio .idl-flag-no-underline a{
    text-decoration: none;
}

/* Ende Flag Button CSS */

/* Image Caption Gallery Style */
.lio .idl-figcaption figcaption {
    font-family: "JR", sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #878785;
    font-weight: 500;
    font-style: normal;
}

.lio .idl-figcaption a {
    text-decoration: none;
}

/* Kontakt Seite - Standort */
.lio .idl-standort {
    backdrop-filter: blur(3px);
}

/* Ende Kontakt Seite - Standort */

/*Publicationen Single*/

.li_bibtex_label {
    font-weight: 700;
}


/* Grayscale for Partner Slider */


.li-netzwerkpartner-slider img {
    filter: grayscale(1);
}

.li-netzwerkpartner-slider img:hover {
    filter: grayscale(0);
}


/* Select 2 Styles */


.lio .select2-container .select2-results .select2-results__options {
    max-height: 500px;
}

.lio .select2-container .select2-search {
    display: none;
}


/* Projekten & Produkten Accordion SVGs Style */
.lio .idl-akkord svg {
    height: 10px;
    width: 10px;
}

.idl-akkord br {
    display: block;
    content: "";
    margin-bottom: 10px;
}

/* Karriereseite Shorts */
.idl-video-karriere div {
    height: 400px !important;
}

.idl-video-karriere svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/* Karriereseite Shorts End*/

/* Karriere Flip-Box Benefits */
.lio .idl-bene-flip-box p {
    background-color: var(--e-global-color-primary);
    margin: 0;
    padding: 20px 0;
}

/* Karriere Benefits Hover Effects*/
.lio .idl-benefits-text{  
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
  
.lio .idl-benefit:hover .idl-benefits-text {  
    opacity: 1;
}
/* Ende Karriere Benefits Hover Effects*/

/* Karriere Studierende & Schuelerinnen Kachel */
.lio .idl-karriere-kachel{
    text-decoration: none;
}

/* Ende Karriere Studierende & Schuelerinnen Kachel */

/* Karriere Unterseiten Accordion SVG */
.lio .idl-akkord-lehre svg {
    height: 20px;
    width: 20px;
    align-self: center
}

/* Karrieren Seite Button*/
.lio .idl-karr-btn-cont {
    margin-top: auto;
}

.lio .idl-btn-karriere a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
}

.lio .idl-btn-karriere {
    width: 45px;
    margin-right: 25px;
    padding-bottom: 15px;
}

/* Karriere Unterseite - Timeline */
.lio .timeline-v2 {
    position: relative;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 15px 0;

}

.lio .timeline-v2::after {
    content: '';
    position: absolute;
    width: 5px;
    background: var(--e-global-color-primary);;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}

.lio .timeline-v2 .container {
    padding: 15px 15px;
    position: relative;
    background: inherit;
    width: 50%;
    box-sizing: border-box;
}

.lio .timeline-v2 .container.left {
    left: 0;
}

.lio .timeline-v2 .container.right {
    left: 55%;
}

.lio .timeline-v2 .container:not(:first-child) {
    margin-top: -120px;
}

.lio .timeline-v2 .container:nth-child(2) {
    margin-top: -200px;
}

.lio .timeline-v2 .container::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: -9px;
    background: #efefef;
    border: 4px solid var(--e-global-color-primary);
    border-radius: 16px;
    z-index: 1;
}

.lio .timeline-v2 .container.right::after {
    left: -57px;
}

.lio .timeline-v2 .container::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    top: calc(50% - 1px);
    right: 7px;
    background: var(--e-global-color-primary);;
    z-index: 1;
}

.lio .timeline-v2 .container.right::before {
    left: -42px;
}

.lio .timeline-v2 .container .content {
    padding: 30px 30px 30px 0;
    background: transparent;
    position: relative;
    width: 90%;
}

.lio .timeline-v2 .container.right .content {
    padding: 30px;

}

.lio .timeline-v2 .container .content h4 {
    margin: 0 0 10px 0;
    font-size: 21px;
    font-weight: 900;
    color: #111111;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

.lio .timeline-v2 .container .content h4 span {
    font-size: 40px;
    font-weight: 900;
    color: var(--e-global-color-primary);

}

.lio .timeline-v2 .container .content p {
    margin: 0;
    font-size: 13.6px;
    line-height: 18.75px;
    color: #111111;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

/* Schuerler Carousel*/
.lio .idl-schul-car .elementor-swiper-button {
    display: none !important;
}

/* Lehre Carousel*/
.lio .idl-lehre-car .elementor-swiper-button {
    display: none !important;
}


/*


    Globale Variablen

    Hellgrau     var(--e-global-color-accent);
    DIGIAL       var(--e-global-color-82b6ba8);
    MATERIALS      var(--e-global-color-4de8317);
    ROBOTICS      var(--e-global-color-27ba0cc);
    COREMED      var(--e-global-color-0d88a98);
    HEALTH        var(--e-global-color-05f0f2b);
    LIFE        var(--e-global-color-7eeb16a);
    POLICIES        var(--e-global-color-e474057);

*/

/* Share styles */
.li-share-link_wrapper {
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: space-between;
    border: var(--e-global-color-text) 1px solid;
    width: 100%;
}

button.li-share-link {
    font-size: 16px !important;
    border: none !important;
}

.li-share-link_wrapper input {
    border: none !important;
    background-color: white;
}

.li-share-link_wrapper.li-share-copied {
    transition: border-color 500ms;
    border-color: var(--e-global-color-primary);
}

/* Shortcodes */

.li-download, .li-research-groups {
    font-size: 13.5px;
}

.li-download {
    display: block;
    line-height: 16px !important;
    margin-bottom: 6px;
    padding-left: 26px;
    position: relative;
}

.li-download::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 3px;
    background: var(--e-global-color-primary);
    width: 10px;
    height: 10px;
}


/* Short Version Class */
.li-short-version {
    cursor: pointer;
}

/* Media Queries */

/* Flag Button*/
@media only screen and (max-width: 1690px) {
    .lio .idl-flag-right {
        margin-right: 0;
    }

    .lio .idl-flag {
        width: 180px;
        padding: 13px 10px 13px 10px;
    }
}

@media only screen and (max-width: 1180px) {

    /* Timeline Karriere Seite*/
    .lio .timeline-v2::after {
        left: 90px;
    }

    .lio .timeline-v2 .container:not(:first-child) {
        margin-top: 0;
    }

    .lio .timeline-v2 .container:nth-child(2) {
        margin-top: 0;
    }

    .lio .timeline-v2 .container {
        width: 100%;
        padding-left: 80px;
        padding-right: 20px;
    }

    .lio .timeline-v2 .container.left::after, .lio .timeline-v2 .container.right::after {
        left: 83px;
    }

    .lio .timeline-v2 .container.right {
        left: 0;
    }

    .lio .timeline-v2 .container.left::before,
    .lio .timeline-v2 .container.right::before {
        left: 99px;
    }

    .lio .timeline-v2 .container.left .content,
    .lio .timeline-v2 .container.right .content {
        padding: 30px 30px 30px 90px;
    }

    /* Ende Timeline Karriere Seite*/
}

@media only screen and (max-width: 1179px) {

    /* Schueler Carousel  */
    .lio .idl-schul-car .elementor-swiper-button {
        display: flex !important;
    }

}

@media only screen and (max-width: 1024px) {
    /* Margins Startseite Mandanten, Templates */
    .lio .idl-ps-wr {
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .lio .idl-gs-wr {
        margin-top: 0;
        padding-bottom: 0;
    }

    .lio .idl-gs-wr > div {
        padding-bottom: 0;
    }

    .lio .idl-gs-wr > div > div {
        padding-bottom: 0;
    }

    .lio .idl-ap-wr, .lio .idl-as-wr {
        margin-top: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .lio .idl-mb {
        margin-bottom: 40px;
    }

    .lio .idl-ec-wr, 
    .lio .idl-navi-wr, 
    .lio .idl-fi-wr, 
    .lio .idl-pr-wr, 
    .lio .idl-ne-wr, 
    .lio .idl-pu-wr, 
    .lio .idl-tg-wr, 
    .lio .idl-te-wr, 
    .lio .idl-bg-wr, 
    .lio .idl-bt-wr {
        margin-top: 0;
    }

    /* ALle Infra-Produkte-Projekte Btn*/
    .lio .idl-muqe-btn {
        margin-top: 30px !important;
    }

    .lio .idl-muqe-btn div {
        margin-top: 0 !important;
    }

    .lio .idl-muqe-btn span {
        font-size: 12px !important;
        line-height: 13px !important;
    }
}

@media only screen and (max-width: 767px) {
    .lio .idl-muqe-btn {
        margin-top: 10px !important;
        
    }

    .lio .idl-muqe-btn div {
        margin-top: 0 !important;
    }    
        
    .lio .idl-muqe-btn a svg{
        height: 10px;    
    }

    .idl-muqe-btn a span span:first-child{
        margin-left: 10px !important;
    }
}

@media only screen and (max-width: 1023px) {

    /* Lehre Carousel  */
    .lio .idl-lehre-car .elementor-swiper-button {
        display: flex !important;
    }

}

@media only screen and (max-width: 767px) {

    .lio .idl-flag {
        width: 110px;
        padding: 13px 5px 13px 5px;
        font-size: 16px;
    }

    .lio .idl-muqe-btn span {
        font-size: 9px !important;
        line-height: 10px !important;
    }

    /* Timeline Karriere Seite*/
    .lio .timeline-v2::after {
        left: 20px;
    }

    .lio .timeline-v2 .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .lio .timeline-v2 .container.left::after, .lio .timeline-v2 .container.right::after {
        left: 13px;
    }

    .lio .timeline-v2 .container.right {
        left: 0;
    }

    .lio .timeline-v2 .container.left::before,
    .lio .timeline-v2 .container.right::before {
        display: none;
    }

    .lio .timeline-v2 .container.left .content,
    .lio .timeline-v2 .container.right .content {
        padding: 30px 30px 30px 30px;
    }

    .lio .timeline-v2 .container .content h4 {
        font-size: 14.25px;
    }

    .lio .timeline-v2 .container .content h4 span {
        font-size: 20px;
    }

    .lio .timeline-v2 .container .content p {
        font-size: 12px;
        line-height: 16.5px;
    }

    /* Ende Timeline Karriere Seite*/

    /* Geschaeftsfelder Icons*/
    .lio .idl-gf-icon-wr{
        padding: 5px; 
        height: 65px;
        min-height: 65px;
    }

    .lio .idl-gf-icon img{
        width: 30px !important;
        height: 30px !important; 
    }

    /* Table fix for Jobs Single Posts*/
    .lio .idl-job-text-editor{
        hyphens:auto;
    }

}

.swiper-slide .swiper-slide-image {
    max-height: 430px;
    object-fit: cover;
    width: 100%;
    height: 430px;
}

/* Loop Grids -> Eigentuemer Organe*/
@media only screen and (max-width: 767px) and (min-width: 500px){
    .idl-loop-grid-personen div  {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}


@media only screen and (max-width: 767px) {
    .swiper-slide .swiper-slide-image {
        max-height: 200px;
    }
}


/*infobanner*/

.jr--slideout-infoheader {
    display: flex;
    width: 100%;
    background: var(--e-global-color-primary);
    color: #fff;
    padding: 10px;
    font-size: 18px;
    position: relative;
    filter: drop-shadow(0px 3px 7px var(--e-global-color-45371e3c));
}

.jr--slideout-infoheader h3 {
    color: #fff;
}

.jr--slideout-infoheader .button-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: auto 20px;
    cursor: pointer;
    opacity: 1;
}

.jr--slideout-infoheader.hide-popup {
    display: none;
}

.jr--slideout-infoheader .jr--slideout-infoheader__content p {
    margin: 0;
}

.jr--slideout-infoheader .jr--slideout-infoheader__content a {
    border-bottom: none;
}

.jr--slideout-infoheader .jr--slideout-infoheader__content a:hover {
    color: black;
    text-decoration: underline;
}

.jr--slideout-infoheader .button-wrapper a img {
    width: 20px;
    height: 20px;
}


@media (max-width: 767px) {
    .jr--slideout-infoheader .jr--slideout-infoheader__content {
        max-width: 90%;
    }

    .jr--slideout-infoheader .jr--slideout-infoheader__content p {
        font-size: 14px;
    }

    .jr--slideout-infoheader .button-wrapper a img {
        width: 16px;
        height: 16px;
    }
    .jr--slideout-infoheader .button-wrapper {
        top: 0;
        right: 0;
        transform: none;
        margin: 10px;
    }

    .lio .idl-mobil-titel h1 {
        hyphens: auto;
    }

    /* Share Btns Mobile - SP Project */
    .lio .idl-share-mobile > div{
        height: 30px !important;
        width: 30px !important;
        padding: 0 !important;
    }
    
    .lio .idl-share-mobile svg{
        height: 14px !important;
        width: 14px !important;
        position: absolute;
        top: 8px;
        left: 8px;
    }
    /* Ende Share Btns Mobile - SP Project */

    /* Swiper Code for Galleries & Carousels */
    .lio .li-controls .swiper .elementor-swiper-button{
        bottom: -60px;
        border: 1px solid #000000;
        width: 30px;
        height: 30px;  
        font-size: 20px !important;
    }
    
    .lio .li-controls .swiper .elementor-swiper-button-prev{
        left: calc(100% - 110px);
    }
    
    .lio .li-controls .swiper .elementor-swiper-button-next{
        right: 40px;
    }

    .lio .idl-gallery-pad-bot {
        padding: 0 0 56px 0;
        margin-top: 0;
    }
}

@media only screen and (max-width: 540px){

    /* Forschungskompetenzen wrapper */
    .idl-fk-wrapper{
        width: 100% !important;
    }
}

/**
 * Adaptions for empty elements (due to missing translation)
 */
body:not(.logged-in) li:empty {
    display: none;
}

/* Freie Unterseite Styles*/
.lio .idl-unterseite-text ul{
    margin-top: 0;
}

.lio .idl-unterseite-icon-list ul li a span:last-child{
    text-decoration: underline 3px;
    font-weight: 700;   
}

.lio .idl-unterseite-icon-list ul li a {
    border-bottom:0;
    padding-bottom: 0 !important;
}

.lio .idl-unterseite-icon-list ul li  {    
    padding-bottom: 5px !important;
}

@media only screen and (max-width: 1024px){
    .lio .idl-unterseite-icon-list ul li {        
        padding-bottom: 0 !important;
    }
}

@media only screen and (max-width: 767px){
    .lio .idl-unterseite-icon-list ul li a span:first-child{
        padding-right: 0 !important;                
    } 

    .lio .idl-unterseite-icon-list ul li a span:last-child{
        text-decoration: underline 1px;                
    }  
    
    .lio .idl-unterseite-icon-list ul li {
        padding-left:10px;        
    }
}

/* Freie Unterseite Styles End*/

@media only screen and (max-width: 1024px){
    .lio h3{
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px){
    .lio h3{
        font-size: 18px;
    }
}

/* Accessible WP Plugin*/
.acwp-toolbar {    
    z-index: 100001 !important;    
}

.acwp-footer ul li:last-child {
    display:none;
  }
  
  #acwp-toolbar-btn-wrap{
    left: 30px !important;
    bottom: 50px !important;
  }
  
  
  #acwp-toolbar-btn {
    background-color: var(--e-global-color-primary) !important;
    border-color: var(--e-global-color-primary) !important;
    border-radius: 0 !important;
    width: 45px;
    height: 45px;
    box-shadow: none;
    display: flex;
  }
  
  #acwp-toolbar-btn-wrap {
    border-color: var(--e-global-color-primary)!important;
    border-radius: 0 !important; 
    z-index: 100000 !important;   
  }

  @media only screen and (max-width: 767px){
    #acwp-toolbar-btn-wrap{
      left: 20px !important;
      bottom: 30px !important;
    }  
    
    #acwp-toolbar-btn {
      width: 30px;
      height: 30px;
    }
    
    #acwp-toolbar-btn svg{
      width: 20px;
      height: 20px;
    }
    
  }

  /* Ende Accessible WP Plugin*/


  /*Accessability Classes*/
  .sr-only {
    text-indent: -9999px;
  }


 .lio #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    bottom:0px;
 }

 #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle svg {
    width:25px;
 }
 @media only screen and (max-width: 767px){
    #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle svg {
        width: 12px;
     }
 }

 /* Friendlycaptcha & Formular*/

.lio .elementor-field-type-frcaptcha{
    width: 70% !important;
}
  
.lio .frc-captcha{
    font-family: var(--e-global-typography-058e7cb-font-family), Sans-serif;
    font-size: 13px;
    line-height: var(--e-global-typography-058e7cb-line-height);
    letter-spacing: var(--e-global-typography-058e7cb-letter-spacing);
    word-spacing: var(--e-global-typography-058e7cb-word-spacing);    
}
  
.lio .frc-button{
    font-family: var(--e-global-typography-058e7cb-font-family), Sans-serif;
    font-size: var(--e-global-typography-058e7cb-font-size) !important;
    line-height: var(--e-global-typography-058e7cb-line-height);
    letter-spacing: var(--e-global-typography-058e7cb-letter-spacing);
    word-spacing: var(--e-global-typography-058e7cb-word-spacing);    
    padding: 10px 20px 10px 20px !important;
    width: 300px !important;
    color: var(--e-global-color-primary);
    background-color: #fff;
}
  
.lio .frc-content{
    display: flex;
    flex-direction: column;
}

.lio #idl-kontakt-pfeil{
    position: absolute;
    right: 0;
    width: 300px;
}
  
.lio .frc-captcha{
    display: flex;
    flex-direction: column-reverse;
}

@media only screen and (max-width: 767px){
        
    #idl-kontakt-pfeil{ 
        position:relative !important;       
    }

    .lio .frc-button {
        width: 100% !important;
        border-width: 1px;
    }

    .lio .elementor-field-type-frcaptcha {
        width: 100% !important;
    }

    .lio .frc-captcha {
        min-width: 100%;
    }
   
}

  /* Ende Friendlycaptcha & Formular*/

  /* Startseite Hero-Borlabs */
  .lio .idl-hero-start .brlbs-cmpnt-container{
    display: none !important;
}

/* FAQ LOOP ACCORDION – BASE */


.faq-acc .e-n-accordion-item-title {
    background-color: #fff;
    padding: 13px 35px;
    position: relative;
    cursor: pointer;
  }
  
  /* Titel Text */
  .faq-acc .e-n-accordion-item-title-text {
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    word-wrap: break-word;
  }
  
  /* PLUS / MINUS ICON */
  
  .faq-acc .e-n-accordion-item-title::before,
  .faq-acc .e-n-accordion-item-title::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: var(--e-global-color-text);
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .faq-acc .e-n-accordion-item-title::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 250ms linear;
  }
  
  /* OPEN STATE */
  
  .faq-acc details[open] > summary.e-n-accordion-item-title {
    background-color: var(--e-global-color-primary);
  }
  
  .faq-acc details[open] > summary.e-n-accordion-item-title::before,
  .faq-acc details[open] > summary.e-n-accordion-item-title::after {
    background-color: #fff;
  }
  
  .faq-acc details[open] > summary.e-n-accordion-item-title::after {
    transform: translateY(-50%) rotate(0deg);
  }
  
  /* Titel aktiv */
  .faq-acc details[open] .e-n-accordion-item-title-text {
    color: #fff;
  }
  
  /* ===============================
     CONTENT
  ================================ */
  
  .faq-acc .e-n-accordion-item-content {
    padding: 10px 5px;
    animation: fadeIn 700ms ease-in forwards;
  }
  
  .faq-acc .e-n-accordion-item-content p {
    margin: 0;
  }
  
  /* ICONS VON ELEMENTOR AUS */
  
  .faq-acc .e-n-accordion-item-title-icon {
    display: none !important;
  }
  
  /* ===============================
     RESPONSIVE
  ================================ */
  
  @media (max-width: 767px) {
    .faq-acc .e-n-accordion-item-title {
      padding: 8px 30px 8px 15px;
    }
  
    .faq-acc .e-n-accordion-item-title-text {
      font-size: 14.25px;
      line-height: 18px;
    }
  
    .faq-acc .e-n-accordion-item-title::before,
    .faq-acc .e-n-accordion-item-title::after {
      width: 14px;
      height: 1px;
      right: 12px;
    }
  }
  
  /* ===============================
     ANIMATION
  ================================ */
  
  @keyframes fadeIn {
    0% { opacity: 0; }
    50% { opacity: 0.3; }
    100% { opacity: 1; }
  }
  