/* ==========================================================================
   Header
   ========================================================================== */

#header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.80);
    height: 80px;
    max-height: 80px;
    color: #2C2C2C;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 32px;
    word-wrap: break-word;
    z-index: 9000;
    transition: background-color .3s;
}
#header.is-scrolled {
    background-color: #fff;
}
#header.menu-open {
    background-color: #fff;
}
body.admin-bar #header {
    top: 32px;
}
#header .header-inner {
    gap: 16px;
}
#header .container {
    display: flex;
}
.header-branding {
    display: flex;
}
.header-company-logo {
    width: 114px;
    height: 80px;
    z-index: 9001;
}
.header-company-logo .header-logo {
    height: 88px;
    width: auto;
    position: relative;
    top: 16px;
    left: 0;
    z-index: 9002;
    transition: margin-top .3s;
}
body.menu-open .header-company-logo a,
body.menu-open .header-company-logo .header-logo {
    pointer-events: none;
    cursor: default;
}
body.menu-open {
    overflow-y: hidden;
}
.header-business-name {
    margin: 0;
    z-index: 9003;
    height: 80px;
    display: flex;
    align-items: center;
}



/* ==========================================================================
   Mobile Menu
   ========================================================================== */

/* General */
.hb_block_mega_menu {
    opacity: 0;
    height: 0;
    visibility: hidden;
    overflow-y: scroll;
    padding: 0;
    -moz-transition: opacity 0.5s, visibility 0.5s;
    -o-transition: opacity 0.5s, visibility 0.5s;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
}

.hb_block_mega_menu.active_item {
    height: 650px !important;
    position: fixed;
    z-index: 8026;
}
#header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    gap: 16px;
}
.hb_navigation_icon_line {
    display: none;
}
.menu-hauptmenue-container {
    width: 100%;
    transition: transform .5s ease;
}
body.submenu-open .menu-hauptmenue-container {
    transform: translateX(-100vw);
}
#header-site-navigation {
    overflow-x: hidden;
    transform: translateX(100vw);
    transition: transform .5s;
}
#header-site-navigation ul.menu {
    flex-direction: column;
    padding: 0;
}
#header-site-navigation ul.menu > li.menu-item .sub-menu .menu-item {
    border-bottom: 1px solid #EBEEEB;
}
#header-site-navigation ul.menu > li.menu-item,
#header-site-navigation ul.menu .hb-chip {
    border-bottom: 1px solid #EBEEEB;
    line-height: 26px;
    padding: 16px;
    position: relative;
}
#header-site-navigation ul.menu > li > a{
    padding: 0;
}
#header-site-navigation ul.menu ul.sub-menu,
#header-site-navigation .sub-menu .hb_megamenu_div .hb-mega-tags {
    left: 100%;
    top: 0;
    border-radius: 0;
    width: 100%;
    position: fixed;
    background-color: #fff;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    list-style: none;

    transition:
            transform .5s ease,
            opacity 0s linear .5s,
            visibility 0s linear .5s;
}
#header-site-navigation .sub-menu .hb_megamenu_div .hb-mega-tags {
    max-height: calc(100dvh - 80px);
    overflow: auto;
}
#header-site-navigation > div > ul.menu ul.sub-menu.is-open,
#header-site-navigation .sub-menu .hb_megamenu_div .hb-mega-tags.is-open {
    opacity: 1;
    visibility: visible;

    transition:
            transform .5s ease,
            opacity 0s linear 0s,
            visibility 0s linear 0s;
}


/* Toggle */
.menu-toggle {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: #2F332E;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
    padding: 10px;
}
.menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.menu-toggle.open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}
.menu-toggle.open span:nth-child(2) {
    opacity: 0;
}
.menu-toggle.open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}
.menu-toggle.open+#header-site-navigation {
    transform: translateX(0);
}
/* Submenu toggle */
.submenu-toggle {
    border: 0;
    font-size: 0;
    background-color: #F5F7F5;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
}
.submenu-toggle::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;

    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M9.72656 3.21094L8.64844 4.28906L16.3594 12L8.64844 19.7109L9.72656 20.7891L17.9766 12.5391L18.4922 12L17.9766 11.4609L9.72656 3.21094Z" fill="%231F221F"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.submenu-back {
    border: 0;
    font-size: 0;
    background-color: #F5F7F5;
    width: 56px;
    height: 64px;
}
.submenu-back::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;

    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M14.2734 3.21094L6.02344 11.4609L5.50781 12L6.02344 12.5391L14.2734 20.7891L15.3516 19.7109L7.64062 12L15.3516 4.28906L14.2734 3.21094Z" fill="%231F221F"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* Submenu head */
#header-site-navigation .sub-menu .submenu-head {
    display: flex;
    margin: 0;
    border-bottom: 1px solid #CFCFCF;
}
#header-site-navigation .sub-menu .submenu-head .submenu-parent-title {
    width: 100%;
    padding: 16px;
    line-height: 32px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    font-size: 20px;
}

/* level */
#header-site-navigation {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 100dvh;
    background-color: #fff;
}
#menu-hauptmenue {
    display: flex;
    flex-direction: column;
}
#header-site-navigation .sub-menu a,
#header-site-navigation .sub-menu .hb-mega-heading {
    padding: 16px;
    line-height: 26px;
    font-size: 18px;
    font-weight: 400;
    font-family: "Source Sans 3", sans-serif;
    margin: 0;
    display: block;
}
.hb-media-icon,
.hb-media-teaser {
    display: none;
}
/* mega menu */
#header-site-navigation .sub-menu .hb_megamenu_div .hb-mega-group {
    border-bottom: 1px solid #EBEEEB;
    position: relative;
}
#header-site-navigation .sub-menu .hb_megamenu_div {
    position: relative;
    left: 0;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    border-radius: 0;
    background-color: #fff;
    padding: 0;
    width: 100%;
}
#header-site-navigation .sub-menu.mega-panel {
    transition: transform .5s ease;
}
#header-site-navigation .sub-menu.mega-panel.mega-shift-left {
    transform: translateX(-100%); /* parent nach links raus */
}

/* Page image
   ========================================================================== */
.page-header {
    display: flex;
    gap: 40px;
    flex-direction: column-reverse;
    position: relative;
}
.page-header__wrapper {
    padding: 0 16px;
}
.page-header__image-wrapper {
    position: relative;
}
.page-header__image-wrapper img {
    aspect-ratio: 1 / 1.02;
    z-index: 2;
    position: relative;
    mask-image: url('data:image/svg+xml,<svg width="393" height="317" viewBox="0 0 393 317" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2343_3805)"><path fill-rule="evenodd" clip-rule="evenodd" d="M393 306.108V0H0V295.612C91.6952 319.693 246.785 323.374 393 306.108Z" fill="black"/></g><defs><clipPath id="clip0_2343_3805"><rect width="393" height="317" fill="white"/></clipPath></defs></svg>');
    mask-size: cover;
}
.page-header__image-wrapper::after {
    content: '';
    aspect-ratio: 1 / 1.02;
    mask-image: url('data:image/svg+xml,<svg width="393" height="317" viewBox="0 0 393 317" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2343_3805)"><path fill-rule="evenodd" clip-rule="evenodd" d="M393 306.108V0H0V295.612C91.6952 319.693 246.785 323.374 393 306.108Z" fill="black"/></g><defs><clipPath id="clip0_2343_3805"><rect width="393" height="317" fill="white"/></clipPath></defs></svg>');
    mask-size: cover;
    background-color: #9bab9a;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 14px;
    right: 0;
}
.page-header__breadcrumb {
    margin-bottom: 40px;
    font-size: var(--font-size-m-18);
    line-height: 18px;
    letter-spacing: 0.25px;
    font-weight: 400;
}
.hb_nav_breadcrumb {

}
.hb_nav_breadcrumb .breadcrumbs {
    gap: 2px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    flex-grow: 1;
}
.hb_nav_breadcrumb .breadcrumbs svg {
    width: 18px;
    height: 18px;
    padding: 2px;
}
.hb_nav_breadcrumb .breadcrumbs a svg {
    padding: 0;
}
.hb_nav_breadcrumb .breadcrumbs a.breadcrumb-home {
    font-size: 0;
    line-height: 0;
}


.page-header__headline {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 4px;
}
.page-header__subheadline {
    font-size: 36px;
    line-height: 48px;
}
.page-header__teaser,
.page-header__teaser p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
}
.page-header__teaser strong {
    font-weight: 600;
}
.page-header__teaser ul {
    padding: 0;
    list-style-type: none;
    margin-bottom: 24px;
}
.page-header__teaser ul li {
    position: relative;
    margin: 8px 0;
    line-height: 36px;
    padding-left: 52px;
}
.page-header__teaser ul li::before {
    content: '';
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50px;
    padding: 6px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #9BAB9A url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><path d="M24.7461 5.49609L9.625 20.6172L3.25391 14.2461L1.99609 15.5039L8.99609 22.5039L9.625 23.1055L10.2539 22.5039L26.0039 6.75391L24.7461 5.49609Z" fill="white"/></svg>') no-repeat center center / contain;
    background-size: 24px;
}
/* Author Box */
.page-header__author-box {
    display: flex;
    gap: 24px;
    margin-bottom: 40px;
}
.page-header__author-avatar img {
    width: 100px;
    aspect-ratio: 1;
    object-fit: contain;
    border-radius: 100%;
    border: 4px solid #9bab9a;
}
.page-header__author-name {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    margin: 0;
}
.page-header__author-bio {
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    margin: 0;
}
.page-header__author-date {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    margin: 0;
}
.page-header__author-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* Homepage */
.page-header__destination {
    background-color: #EBEEEBF5;
    padding: 16px 24px;
    border-radius: 16px;
    display: inline-flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    bottom: 0;
    z-index: 11;
    margin: auto;
    width: calc(100% - 32px);
    max-width: 600px;
}
.page-header__destination-headline {
    font-size: var(--font-size-3xl-40);
    line-height: var(--line-height-3xl-40);
    font-family: "Playfair Display", serif;
}
.page-header__destination-text {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    font-size: var(--font-size-xl-24);
    line-height: var(--line-height-xl-24);
    justify-content: space-between;
}
.page-header__destination-text a {
    text-transform: uppercase;
    color: #fff;
    font-size: var(--font-size-m-18);
    line-height: var(--font-size-m-18);
    letter-spacing: 1.6px;
    font-weight: 400;
    background-color: #9BAB9A;
    padding:  16px 40px;
    border-radius: 64px;
    min-width: 165px;
    display: flex;
    gap: 8px;
    align-items: center;
}
.page-header__destination-text a:after {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.10938 5.39062L1.39062 6.10938L7.64062 12.3594L8 12.7031L8.35938 12.3594L14.6094 6.10938L13.8906 5.39062L8 11.2812L2.10938 5.39062Z" fill="white"/></svg>');
    display: block;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (min-width: 640px) {
}
@media (min-width: 768px) {

}
@media (min-width: 1024px) {
    #header {
        transition: margin-top .3s, background-color .3s;
    }
    body.is-scrolled #header {
        margin-top: -80px;
    }
    body.is-scrolled #header .header-company-logo .header-logo {
        margin-top: -30px;
    }
    body.is-scrolled.is-scrolling-up #header .header-company-logo .header-logo {
        margin-top: 0;
    }
    body.is-scrolled.is-scrolling-up #header {
        margin-top: 0;
    }
    #header .header-inner {
        gap: 120px;
    }
    .page-header {
        flex-direction: row;
    }
    .page-header__wrapper {
        width: 40vw;
        padding-top: calc(80px + 64px);
        padding-left: max(20px, calc((100vw - 1536px) / 2));
    }
    .page-header__subheadline {
        font-size: 56px;
        line-height: 72px;
    }
    .page-header__headline {
        font-family: "Playfair Display", serif;
        font-size: 32px;
        line-height: 44px;
        font-weight: 400;
        margin-bottom: 16px;
    }
    .page-header__teaser,
    .page-header__teaser p {
        font-size: 32px;
        line-height: 44px;
        font-weight: 400;
    }
    .page-header__teaser ul li {
        line-height: 44px;
        padding-left: 56px;
    }
    .page-header__teaser ul li::before {
        width: 40px;
        height: 40px;
        background-size: 28px;
    }
    .page-header__image-wrapper {
        width: 60vw;
    }
    .page-template-template-homepage .page-header__wrapper {
        width: 53vw;
    }
    .page-template-template-homepage .page-header__image-wrapper {
        width: 47vw;
    }
    .page-header__image-wrapper img {
        mask-image: url('data:image/svg+xml,<svg width="1128" height="1040" viewBox="0 0 1128 1040" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1146 -155.921V940.07C1034.73 991.995 931.498 1025.7 848.138 1034.33C548.674 1065.35 53.0148 971.71 1.63887 524.624C1.63887 524.624 -60.3105 -19.6565 577.542 -157.074C779.92 -200.674 970.497 -194.232 1146 -155.921Z" fill="%239BAB9A"/><path fill-rule="evenodd" clip-rule="evenodd" d="M1146 -155.921V940.07C1034.73 991.995 931.498 1025.7 848.138 1034.33C548.674 1065.35 53.0148 971.71 1.63887 524.624C1.63887 524.624 -60.3105 -19.6565 577.542 -157.074C779.92 -200.674 970.497 -194.232 1146 -155.921Z" fill="black"/></svg>');
        mask-size: cover;
    }
    .page-header__image-wrapper::after {
        mask-image: url('data:image/svg+xml,<svg width="1128" height="1040" viewBox="0 0 1128 1040" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1146 -155.921V940.07C1034.73 991.995 931.498 1025.7 848.138 1034.33C548.674 1065.35 53.0148 971.71 1.63887 524.624C1.63887 524.624 -60.3105 -19.6565 577.542 -157.074C779.92 -200.674 970.497 -194.232 1146 -155.921Z" fill="%239BAB9A"/><path fill-rule="evenodd" clip-rule="evenodd" d="M1146 -155.921V940.07C1034.73 991.995 931.498 1025.7 848.138 1034.33C548.674 1065.35 53.0148 971.71 1.63887 524.624C1.63887 524.624 -60.3105 -19.6565 577.542 -157.074C779.92 -200.674 970.497 -194.232 1146 -155.921Z" fill="black"/></svg>');
    }

    .page-header__destination {
        width: auto;
        position: absolute;
        left: calc(53% + 40px);
        bottom: 20px;
    }

    /* ==========================================================================
       Menu
       ========================================================================== */
    #header-site-navigation .sub-menu .submenu-head,
    .submenu-open,
    .submenu-back,
    .menu-toggle,
    .submenu-toggle {
        display: none;
    }

    #header-site-navigation {
        margin-top: 0;
        display: flex;
        padding: 0;
        height: 80px;
        justify-content: space-between;
        flex-grow: 1;
        text-transform: uppercase;
        position: relative;
        transform: none;
        top: initial;
        background-color: transparent;
        overflow-x: initial;
    }
    #header-site-navigation ul.menu {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        flex-grow: 0;
    }
    #header-site-navigation ul.menu > li > a {
        padding: 27px 16px;
        display: block;
        text-transform: uppercase;
    }

    #header-site-navigation ul.menu > li.menu-item-button {
        display: flex;
        flex-grow: 1;
        align-items: center;
        justify-content: flex-end;
    }
    #header-site-navigation ul.menu > li.menu-item-button a {
        padding: 16px 40px;
        border: 1px solid #9BAB9A;
        background-color: #fff;
        border-radius: 100px;
        text-transform: uppercase;
        font-size: var(--font-size-m-18);
        line-height: var(--font-size-m-18);
        letter-spacing: 1.6px;
        color: #7C887B;
    }
    #header-site-navigation ul.menu > li.menu-item-button a:hover {
        background-color: #7C897B;
        border-color: #7C897B;
        color: #fff;
    }

    #header-site-navigation ul.menu,
    #header-site-navigation ul.menu > li.menu-item {
        color: #2c2c2c;
        border: 0;
        list-style: none;
        position: relative;
        z-index: 905 !important;
        margin: 0;
        text-transform: initial;
        flex-direction: row;
        border-bottom: none;
        padding: 0;
        align-content: center;
    }

    #header-site-navigation ul.menu ul.sub-menu {
        left: -9999px;
        position: absolute;
        display: block;
        width: 90%;
        background-color: #F5F7F5;
        padding: 24px;
        border-radius: 8px;
        opacity: 1;
        visibility: visible;
        top: initial;
    }
    #header-site-navigation ul.menu ul.sub-menu.mega-panel  {
        left: -9999px;
        position: fixed;
        top: 80px;
        width: 100vw;
        height: calc(100dvh - 80px);
        opacity: 1;
        visibility: visible;
    }
    body.admin-bar #header-site-navigation ul.menu ul.sub-menu.mega-panel {
        top: 112px;
        height: calc(100dvh - 112px);
    }

    #header-site-navigation ul.menu li.hover ul.sub-menu {
        width: 100vw;
        white-space: nowrap;
        left: -10px;
    }

    #header-site-navigation.align-right li:hover > ul {
        right: 0;
    }

    #header-site-navigation ul ul ul {
        margin-left: 100%;
        top: 0;
    }

    #header-site-navigation.align-right ul ul ul {
        margin-left: 0;
        margin-right: 100%;
    }

    #header-site-navigation ul ul li a.menu-link-item::before {
        bottom: 14px;
    }

    /* Secondary Navigation -------------------------------------------------------------------------------------------------------*/

    .menu_item_button {
        background-color: transparent;
        border: 0 none;
        border-radius: 0;
        color: inherit;
        cursor: pointer;
        font-style: normal;
        font-weight: inherit;
        hyphens: auto;
        line-height: normal;
        margin: 0;
        text-decoration: none;
        text-transform: none;
        user-select: none;
        white-space: normal;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear;
        display: none;
        position: absolute;
    }

    #header-site-navigation .menu-item-button {
        margin: 13px 10px 0 10px;
    }

    #header-site-navigation .menu-item-button a {
        background-color: #fff;
        line-height: 18px;
        font-size: 18px;
        padding: 16px 24px;
        border-radius: 64px;
        border: 1px solid #9BAB9A;
        color: #9BAB9A;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    #header-site-navigation .menu-item-button a:hover {
        color: #2c2c2c;
    }

    .hb_navigation_icon_line {
        display: flex;
        align-items: center;
    }

    .button-item {
        width: 20px;
        height: 20px;
        background-color: transparent;
        border: 0 none;
        padding: 0;
        margin: 0;
        border-radius: 0;
        color: inherit;
        cursor: pointer;
        display: inline-block;
        vertical-align: top;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .search-item {
        display: block;
        overflow: hidden;
        background-size: 20px 20px;
        width: 20px;
        height: 20px;
    }

    .button-item.darkmode-toggle {
        margin-left: 24px;
    }

    .button-item.search {
        margin-left: 24px;
    }

    .button-item.social-items {
        margin-right: 5px;
    }

    .button-item.social-items:last-child {
        margin-right: 0;
    }

    .button-item:hover {
        filter: invert(79%) sepia(15%) saturate(245%) hue-rotate(69deg) brightness(83%) contrast(90%);
    }

    /* Dropdown Layouts
       ========================================================================== */

    /* Default */
    #header-site-navigation ul.menu > li.menu-item .sub-menu .menu-item {
        border: none;
    }
    #header-site-navigation .sub-menu a {
        border-bottom: 1px solid #E1E6E1;
    }

    /* Pill */

    /* Content */
    #header-site-navigation .sub-menu .hb-media-link {
        padding: 12px;
        display: flex;
        flex-direction: row;
        gap: 16px;
        transition: background-color .3s, border-color .3s, border-radius .3s, transform .3s;
    }
    #header-site-navigation .sub-menu .hb-media-icon {
        background-color: #EBEEEB;
        border-radius: 8px;
        padding: 4px;
        aspect-ratio: 1;
        line-height: initial;
        font-size: 0;
        transition: background-color .3s;
        display: initial;
    }
    #header-site-navigation .sub-menu .hb-media-icon i.icon {
        width: 40px;
        height: 40px;
        background-color: #2F332E;
    }
    #header-site-navigation .sub-menu .hb-media-texts {
        display: flex;
        flex-direction: column;
    }
    #header-site-navigation .sub-menu .hb-media-title {
        font-family: "Source Sans 3", sans-serif;
        font-size: var(--font-size-m-18);
        font-style: normal;
        font-weight: 600;
        line-height: var(--line-height-s-16);
        color: #1F221F;
    }
    #header-site-navigation .hb-media-teaser {
        overflow: hidden;
        text-overflow: ellipsis;
        font-family: "Source Sans 3", sans-serif;
        font-size: var(--font-size-s-16);
        font-style: normal;
        font-weight: 300;
        line-height: var(--line-height-s-16);
        color: #2F332E;
        display: initial;
    }
    #header-site-navigation .sub-menu .hb-media-link:hover {
        background-color: #EBEEEB;
        border-radius: 8px;
        border-color: #EBEEEB;
        transform: translateX(1px);
    }
    #header-site-navigation .sub-menu .hb-media-link:hover .hb-media-icon {
        background-color: #C3CDC2;
    }


    /* Megamenu
       ========================================================================== */

    #header-site-navigation .sub-menu .hb_megamenu_div {
        background-color: transparent;
    }

    #header-site-navigation .sub-menu .hb_megamenu_div .hb-mega-group {
        border-bottom: none;
    }

    #header-site-navigation .sub-menu .hb_megamenu_div .hb-mega-tags {
        left: 0;
        position: relative;
        visibility: visible;
        opacity: 1;
        margin: 0;
        background-color: transparent;
    }

    .hb-mega-grid{
        display: block;
        white-space: normal;
        columns: 3;
        column-gap: 3rem;
    }

    /* Jede Kontinent-Gruppe ist ein Block, der nicht umbrochen werden darf */
    .hb-mega-group{
        break-inside: avoid;
        display: inline-block;      /* wichtig für Multi-Columns */
        width: 100%;
        margin: 0 0 2rem;
        vertical-align: top;
    }

    /* Überschrift der Gruppe */
    #header-site-navigation .sub-menu .hb-mega-heading {
        font-size: var(--font-size-xl-24);
        line-height: var(--line-height-xl-24);
        font-weight: 400;
        letter-spacing: .25px;
        text-transform: uppercase;
        padding: 16px 0;
    }
    .hb-mega-heading-text {
        position: relative;
    }
    #header-site-navigation .sub-menu .hb-mega-heading .hb-mega-heading-text::after {
        content: "";
        position: absolute;
        text-decoration: underline;
        text-decoration-thickness: 1px;
        height: 6px;
        width: 100%;
        bottom: 8px;
        background-color: #C4CEC4;
        display: block;
        z-index: -1;
        transition: height .3s, bottom .3s;
    }

    /* Liste der „Chips“ */
    .hb-mega-tags{
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        gap: .5rem .75rem;
    }

    /* Einzelner „Chip“ */
    #header-site-navigation ul.menu .hb-chip {
        display: inline-block;
        padding: 12px 24px;
        border: 1px solid #C3CDC2;
        border-radius: 999px;
        background: #fff;
        text-decoration: none;
        font-size: var(--font-size-m-18);
        line-height: 1;
        letter-spacing: .4px;
        font-weight: 600;
    }
    #header-site-navigation ul.menu .hb-chip:hover {
        border-color: #7C897B;
        background: #7C897B;
        color: #fff;
    }

    .hb_block_mega_menu {
        padding: .25em;
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 8030;
        display: none;
    }

    .active_item {
        opacity: 1 !important;
        visibility: visible !important;
    }



    .header_is_collapsed {
        top: 70px;
    }

}
@media (min-width: 1280px) {

}
@media (min-width: 1536px) {

}