.page-header .header-hero{ position: absolute; top: 50%; width: 100%; text-align:  center; color: white; transform: translate(0,-50%);}
.page-header .header-hero h1 {margin: 0; font-size: 4.8em;}
.page-header .header-hero h1 strong{ color: white; display: inline-block;}
.news-list .news-item .img-box img { object-position: top center; }
@media only screen
and (min-width : 961px) {
    .page-header{ margin-bottom: 3rem;}
    .news-filter{ margin-bottom: 4.6rem;}
    .page-template-journal .page-header .img-box { height: 51rem; }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .page-header{ margin-bottom: 7.3rem;}
    .site-nav + .page-header{ margin-top: 12rem;}
    .news-list .news-item{ margin: 0;}

    .page-header--journal .outerAbsolute {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-color: transparent;
        justify-content: center;
        align-items: center;
    }
    .page-header--journal .outerAbsolute h1 {
        text-align: center;
    }
    .page-header h1 strong:last-child {
        color: #ffffff;
    }
}




/* Journal-description
----------------------*/
.journal-description { margin: 0 0 12rem; padding-top: 5rem; position: relative;z-index: 1;}
.journal-description h2 { color: rgba(26,46,87,1); font-size: 3.6em; font-weight: 800; line-height: 1.25em; }
.journal-description h3 { color: rgba(26,46,87,1); font-size: 3.2em; font-weight: 800; line-height: 2.575em; }
.journal-description h4 { color: rgba(26,46,87,1); font-size: 2.6em; line-height: 2.575em; }
.journal-description h5 { color: rgba(26,46,87,1); font-size: 1.8em; line-height: 2.575em; }
.journal-description h6 { color: rgba(26,46,87,1); font-size: 1.6em; line-height: 2.575em; }
.journal-description p,
.journal-description li { color: rgba(0,100,163,1); font-size: 1.6em; letter-spacing: 0.77px; line-height: 2.575em; }
.journal-description ol,
.journal-description ul,
.journal-description p { margin: 0 0 3.8rem; }
.journal-description ol li { list-style: decimal outside none; }
.journal-description ul li { text-indent: -.7em; padding-right: .7em; }
.journal-description ul li::before { content: 'â€¢'; padding-right: .7em; }

.journal-description aside .img-box { height: 58.2rem; }

@media only screen
and (min-width : 0)
and (max-width : 960px)  {
    .journal-description { margin: 0 0 9.8rem; }
    .journal-description h2 { font-size: 5em; letter-spacing: 1.07px; line-height: 1.040em; margin: 0 0 2rem; }
    .journal-description h3 { font-size: 4em; letter-spacing: 1.07px; line-height: 1.040em; margin: 0 0 2rem; }
    .journal-description h4 { font-size: 3.8em; letter-spacing: 1.07px; line-height: 1.040em; margin: 0 0 2rem; }
    .journal-description h5 { font-size: 3em; letter-spacing: 1.07px; line-height: 1.040em; }
    .journal-description h6 { font-size: 2em; letter-spacing: 1.07px; line-height: 1.040em; }
    .journal-description p,
    .journal-description li { font-size: 2.6em; letter-spacing: 0.56px; line-height: 1.694em; }
    .journal-description ol,
    .journal-description ul,
    .journal-description p { margin: 0 0 5.5rem; }

    .journal-description aside .img-box {margin-bottom: 3.5rem; }
}


/* News-main
----------------------*/
.news-main--journal {
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.news-main--journal::before {
    content: "";
    display: inline-block;
    width: 300vw;
    height: 48.5rem;
    background-color: rgba(237, 248, 251, 1);
    position: absolute;
    top: -18rem;
    left: -100vw;
    pointer-events: none;
    z-index: -1;
}
.news-item--journal .box {
    background-color: transparent!important;
    box-shadow: none!important;
}
.news-item--journal figure {
    position: relative;
    width: 100%;
}
.news-item--journal figure img {
    width: 100%;
    height: auto;
}
.news-item--journal figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .7s;
    pointer-events: none;
}
.news-item--journal .read-more {
    display: inline-block;
    text-align: center;
}
.news-item--journal .read-more i {
    display: inline-block;
    width: 2.7rem;
    height: 2.7rem;
    line-height: 2.7rem;
    border: .1rem solid #ffffff;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #ffffff;
    text-align: center;
}
.news-item--journal .read-more p {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.5rem;
    transform: none!important;
}
.news-list .news-item--journal .content {
    padding: 1.8rem 4rem 2rem 0;
}
.news-list .news-item--journal time {
    margin:  0 0 .5rem;
}
.news-list .news-item--journal h3 {
    margin:  0;
}
@media (hover: hover) {
    .news-item--journal:hover figcaption {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }
}
@media only screen
and (min-width : 961px)  {
    .news-main--journal {
        margin-bottom: 12rem;
    }
    .news-main--journal .news-list .news-item {
        margin-bottom: 4rem;
    }
}
@media only screen
and (max-width : 960px)  {
    .news-main--journal {
        padding-top: 15rem;
        margin-bottom: 14rem
    }
    .news-main--journal .slick-track {
        padding-bottom: 2rem;
    }
    .news-main--journal::before {
        top: 0;
        height: 35.5rem;
    }
}




/* @group Example
------------------------------------ */
.iframe-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .7s, visibility .7s;
}
.iframe-popup .row {
    height: 100%;
}
.iframe-popup .col-12-12 {
    height: calc(100vh - 12rem);
    top: 1rem;
}
.show-popup.iframe-popup {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.iframe-popup__box {
    position: relative;
}
.iframe-popup iframe {
    width: 100%;
    height: 100%;
}
.close-video {
    display: inline-block;
    color: #ffffff;
    position: absolute;
    top: -3rem;
    right: 0rem;
    width: 2rem;
    height: 2rem;
}
.close-video i {
    font-size: 2rem;
    color: var(--secondary-black);
    pointer-events: none;
}
@media only screen
and (min-width : 961px) {
    .iframe-popup .row {
        max-width: calc(100% - 6rem);
        margin: 0 3rem;
    }
}
@media only screen
and (max-width : 960px) {
    .iframe-popup .col-12-12 {
        max-height: 70rem;
        max-width: calc(100% - 6rem);
        margin: 0 auto;
        padding: 0 .25rem;
    }
}

/* @end */


.pdfobject-container {
    height: 100%;
    width: 100%;;
}

/* @group sub-menu
------------------------------------ */

body .mobile-toggle {
    visibility: visible;
  }
  body:not(.scrollhidden) .open-wellen-life .sub-menu {
    translate: 0 var(--offset);
  }
  @media only screen
  and (min-width : 961px) {
  }
  @media only screen
  and (min-width : 961px)
  and (max-width : 1440px) {
  }
  @media only screen
  and (min-width : 0)
  and (max-width : 960px) {
  }
  
  /* @end */