header {
    background-color: rgba(255, 255, 255, .95);
    position: fixed;
    top: 2.5rem;
    z-index: 10;
}

.header-items {
    padding: 2.5rem var(--side);
    display: flex;
    justify-content: space-between;
    gap: 2.5rem 5rem;
}

header .logo {
    width: 12.5rem;
    height: auto;
}

header nav {
    justify-content: flex-end;
    flex-grow: 1;
    text-transform: uppercase;
    font-weight: 600;
}

header nav > ul ~ * {
    /* margin-top: calc(1em + 1rem); */
    margin-bottom: calc(1em + 1rem);
}

header nav>ul {
    flex-grow: 1;
}

header nav .language-menu {
    width: 100%;
    justify-content: flex-end;
    column-gap: 1rem;
}

.language-menu .menu-item:not(.wpml-ls-current-language) {
    color: var(--dark, #505050);
}

header div.search {
    display: grid;
    position: relative;
}

header div.search>* {
    grid-row-start: 1;
    grid-column-start: 1;
}

header .search img {
    width: 1.5em;
    height: auto;
    display: block;
}

header .search .search-submit img {
    width: 2em;
}

#header_search {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

header form.search {
    display: flex;
    background-color: var(--white);
    box-shadow: 2pt 2pt 10pt rgba(0, 0, 0, .3);
    padding: 0 .5em;
    width: 100%;
    gap: 2rem;
}

header form.search input {
    margin: 0;
    background-color: inherit;
}

/**************************************************************/

.full-content > :first-child:not(.header-media) {
    margin-top: var(--header, 10rem);
}


.header-media>* {
    max-width: 100%;
}

.header-media {
    overflow: hidden;
    width: 100%;
    max-width: calc(100vw - var(--scrollbar-width, 17px));
}

.header-media video {
    width: 100%;
    max-height: 100vh;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.header-media {
    overflow: hidden;
}

.header-media .background-header {
    height: 50vh;
    width: 100vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center calc(50% - 25vh);
    padding: 3rem;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
}

.single-messe .header-media .background-header {
    background-attachment: scroll;
    background-position: center;
}

.bg-lp .header-media .background-header,
.full-content.bg-lp .header-media .background-header {
    height: 40vh;
}

.header-media .background-header>* {
    position: relative;
}

@media screen and (min-width: 769px) {
    body:not(.single) .header-media .background-header>.fixed-background-wrapper {
        position: fixed;
        height: 50vh;
        width: 100%;
        left: 0;
        top: 0;
        z-index: -1;

        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;

        display: block !important;
    }

    body:not(.single) .header-media .background-header {
        background: none !important;
    }

    body:not(.single) .header-media~*,
    footer {
        background-color: #fff;
        display: flow-root;
    }
}

@supports (-webkit-touch-callout: none) {
    .header-media .background-header {
        background-attachment: scroll;
        background-size: cover;
        background-position: center;
    }
}

.header-media .background-header h1:not(.custom_headline),
.header-media .background-header .h1,
.header-media .background-header span {
    color: #fff;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
    font-size: 54px;
    font-size: 3rem;
    font-weight: 550;
}

.subpage .header-media .background-header {
    height: 40vh;
    width: 100vw;
    background-repeat: no-repeat;
    background-size: cover;
}

/**************************************************************/

#page_header_media,
.full-content>#page_header_media:first-child {
    padding-top: 0;
}
#page_header_media .splide__track {
    width: 100%;
    max-width: 100vw;
}

#page_header_media .splide__slide {
    position: relative;
    min-height: 100vh;
    width: 100%;
    padding: calc(var(--header, 20rem) + 5rem) var(--side) 5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
}

#page_header_media .splide__slide > img,
#page_header_media .splide__slide > video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}

#page_header_media .splide__slide > a {
    background-color: rgba(255,255,255,.9);
    padding: 1em;
    font-size: 5.35rem;
    max-width: fit-content;
    width: 50%;
    min-width: 50rem;
}

@media screen and (max-width: 1080px) {
    #page_header_media .splide__slide > a {
        padding: .5em;
        font-size: 3rem;
        max-width: max-content;
        width: fit-content;
        min-width: 0;
    }
}

#page_header_media .splide__arrow {
    top: calc((100% + var(--header, 0px) - 5rem) / 2)
}

#page_header_media .splide__arrow--prev {
    display: none;
}

#page_header_media .splide__arrow svg {
    height: auto;
    overflow: visible;
    width: 100%;
    fill: var(--textcolor);
}

#page_header_media .splide__arrow {
    width: 4rem;
    height: auto;
    background: none;
    border-radius: 0;
}

#page_header_media .splide__arrow--prev {
    left: 0;
    transform: none;
}

#page_header_media .splide__arrow--next {
    right: 0;
    transform: none;
}

#page_header_media .scroll_down {
    position: absolute;
    bottom: 1em;
    left: 50%;
    width: 6rem;
    transform: translateX(-50%);
}

.splide__list {
    margin: 0;
}

/**************************************************************/

/* header {
    position: fixed;
    padding: 2rem 0;
    z-index: 1;
    top: 0;
    left: 0;
}

header.messe {
    position: sticky;
}

.header-items {
    position: sticky;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.single-becker .header-items,
.tpl-template-landingpage-header .header-items {
    justify-content: flex-start;
}

.header-items.small .header-item {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-items.small .header-item.logo img {
    max-height: 8rem;
    padding: 1rem;
}

.single-becker .header-items.small .header-item.logo img {
    min-width: 0;
    width: auto;
}

.header-items .header-item>ul:first-child,
.header-items .header-item,
.header-items .header-item.logo {
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -ms-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
}

.header-media>* {
    max-width: 100%;
}

.header-media {
    overflow: hidden;
    width: 100%;
    max-width: calc(100vw - var(--scrollbar-width, 17px));
}

.header-media video {
    width: 100%;
    max-height: 100vh;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.header-media .background-header {
    height: 50vh;
    width: 100vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center calc(50% - 25vh);
    padding: 3rem;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
}

.single-messe .header-media .background-header {
    background-attachment: scroll;
    background-position: center;
}

.bg-lp .header-media .background-header,
.full-content.bg-lp .header-media .background-header {
    height: 40vh;
}

.header-media .background-header>* {
    position: relative;
}

@media screen and (min-width: 769px) {
    body:not(.single) .header-media .background-header>.fixed-background-wrapper {
        position: fixed;
        height: 50vh;
        width: 100%;
        left: 0;
        top: 0;
        z-index: -1;

        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;

        display: block !important;
    }

    body:not(.single) .header-media .background-header {
        background: none !important;
    }

    body:not(.single) .header-media~*,
    footer {
        background-color: #fff;
        display: flow-root;
    }
}

@supports (-webkit-touch-callout: none) {
    .header-media .background-header {
        background-attachment: scroll;
        background-size: cover;
        background-position: center;
    }
}

.header-media .background-header h1:not(.custom_headline),
.header-media .background-header .h1,
.header-media .background-header span {
    color: #fff;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
    font-size: 54px;
    font-size: 3rem;
    font-weight: 550;
}

.subpage .header-media .background-header {
    height: 40vh;
    width: 100vw;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-item {
    background-color: rgba(255, 255, 255, 0.92);
    padding: 2rem;
}

.header-items.small .header-item {
    background-color: rgba(255, 255, 255, 1);
}

.header-item.nav {
    padding-left: calc(100vw / 12);
    padding-left: calc((100% - (100vw / 12 * 8)) / 2);
    padding-bottom: 0;
    margin-right: 8.5rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header-item:not(.landingpage-logo).logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;

    padding-right: 6.85vw;

    width: calc(100vw / 12);
    width: calc((100% - (100vw / 12 * 8)) / 2);
}

.header-item:not(.landingpage-logo).logo:first-child:not(:last-child) {
    padding-right: 2rem;
    margin: 0;
}

.header-item:not(.landingpage-logo).logo+.cta {
    align-self: flex-end;
    padding: 2rem;
    padding-right: calc((100% - (100vw / 12 * 8)) / 2);
    justify-content: flex-end;
    margin-left: auto;
    width: auto;
}

@media screen and (max-width: 1080px),
(pointer: none),
(pointer: coarse) {
    .header-item:not(.landingpage-logo).logo+.cta {
        padding: 1.5rem calc((100% - (100vw / 12 * 10)) / 2) 1.5rem 1.5rem;
        row-gap: 0.5em;
        background-color: rgba(255, 255, 255, 1);
        flex-shrink: 0;
        max-width: 50vw;
    }
}


.logo a {
    display: block;
    margin: 0;
}

.logo img {
    max-width: 25rem;
    max-height: 10rem;
    max-height: 12rem;
    min-width: 70px;
    width: 8vw;
    height: auto;
}

.single-becker .logo img,
.landingpage .logo img {
    max-height: none;
    width: 10vw;
}

.landingpage-logo {
    padding: 3rem;
}

.header-item .landingpage-logo {
    padding: 3rem;
}

body>div.wrapper>header>div.landingpage {
    position: sticky;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    justify-content: flex-start;
}

header {
    z-index: 5;
} */