.heroVideoWrap
{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    overflow: clip;
}
.heroVideo
{
    min-height: 100%;
    height: auto;
    min-width: 100%;
    width: auto;
}
.unmuteBtn
{
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    padding: .5rem .75rem;
    border-radius: .5rem;
    border: 0;
    cursor: pointer;
    z-index: 1000;
}
.contact__farright
{
    position: absolute;
    right: 0.2rem;
    top: 1rem;
    padding-inline: 0.8rem;
    padding-block: 0.1rem;
    margin-left: 1.2rem;
    margin-block: -0.1rem;
    border: 1px #232323 solid;
}
.col-two > .frame
{
    position: relative;
}

.image-preloaded__loaded img
{
    height: 100%;
    object-fit: cover;
}

.module-sidebar-contactbox
{
    background-color: #ffffff;
    transition: margin-top 0.1s ease-in;
}

.imageOverlay
{
    position: absolute;
    left: 50%;
    top: 50%;
    color: #ffffff;
    font-size: 2.8em;
    font-weight: 900;
    text-align: center;
    line-height: 1.1;
    z-index: 100;
    transform: translate(-50%, -50%);
}

.page__header.-mobile
{
    z-index: 20;
}

.sitemap
{
    padding-left: 0.5em;
    padding-bottom: 1em;
}

.sitemap ul
{
    margin-left: 0.5em;
    padding-left: 0.5em;
    list-style: square;
}

.sitemap ul li
{
    list-style: square;
}

.sitemap ul ul,
.sitemap ul ul li
{
    list-style: disc;
}

.sitemap ul ul ul li
{
    list-style: circle;
}

.sitemap ul ul ul ul li
{
    list-style: square;
    font-size: 0.9em;
    font-style: italic;
}

.video__iframe video
{
    max-width: 100%;
    height: auto;
    border-radius: 1rem;
}

.video-title
{
    margin-bottom: 1rem;
}

@media (min-width: 1020px)
{
    .page__header .inner-wrapper .module-nav--main ul.module-nav__lvl1>.module-nav__item.-hover ul.module-nav__lvl2
    {
        left: 50%;
        transform: translate(-50%,0);
    }
    .module-nav__wrap > ul.manySubItems
    {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-column-gap: 1.5em;
        grid-row-gap: 0.5em;
        min-width: 30em;
    }

    .module-nav__wrap > ul.veryManySubItems
    {
        grid-template-columns: repeat(3,1fr);
        min-width: 37em;
    }
    .module-nav__wrap > ul.veryVeryManySubItems
    {
        grid-template-columns: repeat(4,1fr);
        min-width: 45em;
    }
    .module-nav__lvl1 > li:first-child .module-nav__wrap > ul.manySubItems
    {
        min-width: unset;
    }
    .page__header .module-nav.module-nav--main ul.module-nav__lvl1>.module-nav__item>ul.module-nav__lvl2 .shape
    {
        left: calc(50% - 40px);
    }
    .page__header .inner-wrapper ul.module-nav__lvl1 .manySubItems > .module-nav__item a span
    {
        white-space: normal;
    }
    .page__header .inner-wrapper ul.module-nav__lvl1 .veryVeryManySubItems > .module-nav__item a span
    {
        white-space: nowrap;
    }
    .page__header .inner-wrapper .module-nav--main ul.module-nav__lvl1 > .module-nav__item.-hover ul.module-nav__lvl2:has(ul.veryVeryManySubItems)
    {
        left: 90%;
        transform: translate(-90%,0);
    }
    .page__header .inner-wrapper .module-nav--main ul.module-nav__lvl1 > .module-nav__item.-hover:nth-child(2) ul.module-nav__lvl2:has(ul.veryVeryManySubItems)
    {
        left: 30%;
        transform: translate(-30%,0);
    }
    .page__header .module-nav.module-nav--main ul.module-nav__lvl1>.module-nav__item>ul.module-nav__lvl2:has(ul.veryVeryManySubItems) .shape
    {
        left: calc(90% - 40px);
    }
}

@media (max-width: 1020px)
{
    .module-nav__wrap > ul.veryVeryManySubItems
    {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-column-gap: 1.5em;
        grid-row-gap: 0.5em;
    }
}

@media (max-width: 1690px)
{
    .contact__farright
    {
        position: unset;
        top: unset;
        right: unset;
    }
}

@media screen and (max-width: 1240px)
{
    .module-card.-three-cards .cards__cards .swiper-slide
    {
        width: auto;
        max-width: 49%;
    }
    .page__header .inner-wrapper
    {
        justify-content: space-between;
        /*width: fit-content;*/
        /*margin-left: auto;*/
        /*margin-right: auto;*/
    }
}

@media screen and (max-width: 1020px)
{
    body > div.page
    {
        max-width: 100%;
        overflow: hidden !important;
    }
    .imageOverlay
    {
        font-size: 4.1em;
    }
    .module-card.-three-cards .cards__cards .swiper-slide
    {
        max-width: unset;
    }
    .page__header .inner-wrapper
    {
        width: 100%;
    }
    .page__topbar:has(.hasNFN)
    {
        position: unset !important;
        top: unset !important;
        background-color: revert !important;
        padding: 0.5rem 0 !important;
    }
    .contact__farright
    {
        padding-inline: 0;
        padding-block: 0;
        margin-left: 0;
        margin-block: 0;
        border: none;
    }
    .heroVideo
    {
        min-width: unset;
        width: auto;
        height: 100%;
    }
}

@media (min-width: 40em)
{
    .module-card .card__image,
    .module-card .card__image .module-image-preloaded,
    .news__image,
    .news__image .module-image-preloaded
    {
        height: 320px;
        overflow: hidden;
    }

    body:has(.hasNFN)
    {
        overflow: unset;
    }

    .page__topbar:has(.hasNFN)
    {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        background-color: white;
        z-index: 1000;
    }
}



/** to satisfy Google pagespeed */
@media screen and (max-width: 600px)
{
    .swiper-container .swiper-pagination:not(.swiper-pagination-lock)
    {
        column-gap: 1.8rem;
    }
    .swiper-pagination .swiper-pagination-bullet
    {
        width: 1.4rem;
        height: 1.4rem;
    }
    .swiper-pagination .swiper-pagination-bullet-active
    {
        width: 1.8rem;
        height: 1.8rem;
    }
}
