@charset "UTF-8";

/* GrandLiga fixed header v2.9 — German desktop fit and optical favicon enlargement. */
@font-face {
    font-family: "Sora";
    src: url("fonts/sora-regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Sora";
    src: url("fonts/sora-semibold.woff2") format("woff2");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Sora";
    src: url("fonts/sora-bold.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

:root {
    --gl-admin-bar-height: 0px;
    --gl-fixed-header-height: 106px;
    --gl-header-navy: #19374e;
    --gl-header-navy-dark: #102b3e;
    --gl-header-teal: #238174;
    --gl-header-teal-dark: #196960;
    --gl-header-muted: #687b88;
    --gl-header-line: #dbe5e9;
    --gl-header-soft: #f4f8f9;
}

body.admin-bar {
    --gl-admin-bar-height: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar {
        --gl-admin-bar-height: 46px;
    }
}

body.gl-menu-open {
    overflow: hidden !important;
    overscroll-behavior: none;
}

/* The question dialog must sit above the fixed header. The legacy popup used
   z-index: 16, which left its upper section hidden behind the 149px mobile bar. */
.popup_input:checked + .popup_back {
    z-index: 1400 !important;
}

.main_header.gl-header-v2,
.main_header.gl-header-v2 * {
    box-sizing: border-box;
}

.main_header.gl-header-v2 {
    position: fixed;
    z-index: 1000;
    top: var(--gl-admin-bar-height);
    right: 0;
    left: 0;
    width: 100%;
    height: 106px;
    min-height: 106px;
    padding: 0 !important;
    color: var(--gl-header-navy-dark);
    background: rgba(255, 255, 255, .99);
    border: 0;
    border-bottom: 1px solid rgba(219, 229, 233, .96);
    box-shadow: 0 7px 26px rgba(16, 43, 62, .08) !important;
    font-family: "Sora", Arial, sans-serif;
}

.main_header.gl-header-v2.gl-header-scrolled {
    border-bottom-color: #cbd9de;
    box-shadow: 0 10px 30px rgba(16, 43, 62, .13) !important;
}

.gl-header-v2 a,
.gl-header-v2 button,
.gl-header-v2 label {
    -webkit-tap-highlight-color: transparent;
}

.gl-header-v2 .gl-header-shell {
    position: relative;
    display: grid !important;
    grid-template-columns: 328px minmax(0, 1fr) 168px 54px;
    grid-template-rows: 106px;
    width: 100%;
    max-width: 1450px;
    min-height: 106px;
    margin: 0 auto;
    padding: 0 22px;
    align-items: center;
    column-gap: 24px !important;
}

.gl-header-v2 .gl-header-logo {
    position: static !important;
    display: flex !important;
    width: 328px !important;
    max-width: 328px !important;
    height: 88px !important;
    max-height: 88px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center;
    overflow: visible !important;
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    filter: none !important;
    transform: none !important;
}

.main_header.gl-header-v2 .gl-header-logo::before,
.main_header.gl-header-v2 .gl-header-logo::after {
    display: none !important;
    content: none !important;
}

.main_header.gl-header-v2 .gl-header-brand {
    gap: 4px;
    text-decoration: none !important;
}

.main_header.gl-header-v2 .gl-header-brand-emblem,
.main_header.gl-header-v2 .gl-header-brand-wordmark {
    position: static !important;
    display: flex !important;
    flex: 0 0 auto;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center;
    overflow: visible !important;
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

.main_header.gl-header-v2 .gl-header-brand-emblem {
    width: 76px;
    height: 78px;
}

.main_header.gl-header-v2 .gl-header-brand-wordmark {
    width: 248px;
    height: 60px;
}

.main_header.gl-header-v2 .gl-header-brand-emblem > img,
.main_header.gl-header-v2 .gl-header-brand-wordmark > img {
    position: static !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: center !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
    transform: none !important;
}

.gl-header-v2 .gl-header-mobile-logo-stable,
.gl-header-v2 .gl-header-mobile-languages {
    display: none !important;
}

.gl-header-v2 .gl-header-primary {
    position: relative;
    display: grid !important;
    grid-template-columns:
        minmax(136px, .9fr)
        minmax(220px, 1.45fr)
        minmax(142px, .95fr)
        104px;
    width: 100%;
    min-width: 0;
    height: 56px;
    align-items: center;
    overflow: visible;
    background: #f6f9fa;
    border: 1px solid var(--gl-header-line);
    border-radius: 15px;
}

/* German needs more room for "Unsere Dienstleistungen". Only the internal
   dividers move; the rail width and all four external header gaps stay fixed. */
html[lang^="de"] .gl-header-v2 .gl-header-primary {
    grid-template-columns:
        minmax(210px, 1.15fr)
        minmax(175px, 1.05fr)
        minmax(175px, 1fr)
        104px;
}

.gl-header-v2 .gl-header-primary > a {
    position: relative;
    display: flex;
    width: 100%;
    min-width: 0;
    height: 46px;
    padding: 0 12px;
    align-items: center;
    justify-content: center;
    color: var(--gl-header-navy);
    background: transparent;
    border: 0;
    border-radius: 11px;
    font-size: clamp(14.5px, .84vw, 16px);
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    transition: color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.gl-header-v2 .gl-header-primary > a::before,
.gl-header-v2 .gl-header-primary > a::after {
    display: none !important;
    content: none !important;
}

.gl-header-v2 .gl-header-primary > a:hover,
.gl-header-v2 .gl-header-primary > a:focus-visible {
    color: var(--gl-header-teal-dark);
    background: #eaf5f3;
    outline: none;
}

.gl-header-v2 .gl-header-primary > a.is-active {
    color: var(--gl-header-teal-dark);
    background: #fff;
    box-shadow: 0 3px 12px rgba(16, 43, 62, .08);
}

.gl-header-v2 .gl-header-primary > a.is-active::after {
    position: absolute !important;
    right: 15px !important;
    bottom: 4px !important;
    left: 15px !important;
    display: block !important;
    width: auto !important;
    height: 2px !important;
    background: var(--gl-header-teal) !important;
    border-radius: 3px;
    content: "" !important;
}

.gl-header-v2 .gl-header-language {
    position: relative;
    width: 100%;
    min-width: 0;
    height: 100%;
    margin: 0;
    padding-left: 7px;
    border-left: 1px solid #d4e0e4;
}

.gl-header-v2 .gl-header-language-trigger {
    display: grid;
    grid-template-columns: 26px auto 9px;
    width: 100%;
    height: 46px;
    margin: 4px 0 0;
    padding: 0 9px;
    align-items: center;
    gap: 6px;
    color: var(--gl-header-navy);
    background: transparent;
    border: 1px solid transparent;
    border-radius: 11px;
    cursor: pointer;
    font-family: inherit;
}

.gl-header-v2 .gl-header-language-trigger:hover,
.gl-header-v2 .gl-header-language-trigger:focus-visible,
.gl-header-v2 .gl-header-language.is-open .gl-header-language-trigger {
    background: #fff;
    border-color: #cfe0e5;
    outline: none;
}

.gl-header-v2 .gl-header-language-trigger img,
.gl-header-v2 .gl-header-language-panel img {
    display: block;
    width: 26px;
    height: 26px;
    object-fit: cover;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(16, 43, 62, .08);
}

.gl-header-v2 .gl-header-language-panel img {
    width: 30px;
    height: 30px;
}

.gl-header-v2 .gl-header-language-trigger strong {
    font-size: 12px;
    font-weight: 700;
}

.gl-header-v2 .gl-header-language-trigger span {
    display: none !important;
}

.gl-header-v2 .gl-header-language-trigger i {
    width: 7px;
    height: 7px;
    border-right: 1.5px solid var(--gl-header-navy);
    border-bottom: 1.5px solid var(--gl-header-navy);
    transform: translateY(-2px) rotate(45deg);
    transition: transform 160ms ease;
}

.gl-header-v2 .gl-header-language.is-open .gl-header-language-trigger i {
    transform: translateY(2px) rotate(225deg);
}

.gl-header-v2 .gl-header-language-panel {
    position: absolute;
    z-index: 1210;
    top: calc(100% + 12px);
    right: -64px;
    width: min(620px, calc(100vw - 40px));
    padding: 26px;
    background: #fff;
    border: 1px solid var(--gl-header-line);
    border-radius: 22px;
    box-shadow: 0 24px 60px rgba(16, 43, 62, .2);
}

.gl-header-v2 .gl-header-language-panel[hidden] {
    display: none !important;
}

.gl-header-v2 .gl-header-language-panel > p {
    margin: 0 0 18px;
    color: var(--gl-header-teal-dark);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.gl-header-v2 .gl-header-language-panel ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gl-header-v2 .gl-header-language-panel li {
    margin: 0;
    padding: 0;
}

.gl-header-v2 .gl-header-language-panel a {
    display: grid;
    grid-template-columns: 30px 34px minmax(0, 1fr);
    min-height: 58px;
    padding: 9px 14px;
    align-items: center;
    gap: 11px;
    color: var(--gl-header-navy);
    border: 1px solid transparent;
    border-radius: 13px;
    font-size: 14.5px;
    text-decoration: none;
}

.gl-header-v2 .gl-header-language-panel a:hover,
.gl-header-v2 .gl-header-language-panel a:focus-visible,
.gl-header-v2 .gl-header-language-panel a.is-current {
    background: #edf7f5;
    border-color: #cde4df;
    outline: none;
}

.gl-header-v2 .gl-header-language-panel a.is-current {
    pointer-events: none;
}

.gl-header-v2 .gl-header-language-panel strong {
    font-size: 13.5px;
    font-weight: 700;
}

.gl-header-v2 .gl-header-language-panel span {
    overflow: hidden;
    color: var(--gl-header-muted);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gl-header-v2 .gl-header-question {
    position: static !important;
    display: inline-flex !important;
    justify-self: stretch;
    width: 100% !important;
    min-width: 0 !important;
    height: 56px !important;
    margin: 0 !important;
    padding: 0 14px !important;
    align-items: center;
    justify-content: center;
    gap: 0;
    color: #fff;
    background: var(--gl-header-teal) !important;
    border: 0;
    border-radius: 15px !important;
    box-shadow: 0 8px 18px rgba(35, 129, 116, .18);
    cursor: pointer;
    filter: none !important;
    font-family: inherit;
    font-weight: 700 !important;
    text-transform: none !important;
    transform: none !important;
}

.gl-header-v2 .gl-header-question::before,
.gl-header-v2 .gl-header-question::after {
    display: none !important;
    content: none !important;
}

.gl-header-v2 .gl-header-question:hover,
.gl-header-v2 .gl-header-question:focus-visible {
    background: var(--gl-header-teal-dark) !important;
    box-shadow: 0 10px 23px rgba(35, 129, 116, .28);
    outline: none;
}

.gl-header-v2 .gl-header-question-text {
    display: block !important;
    font-size: 16px !important;
    line-height: 1.2;
    white-space: nowrap;
}

.gl-header-v2 .gl-header-controls {
    position: static !important;
    display: flex;
    width: 54px !important;
    height: 54px !important;
    margin: 0 !important;
    align-items: center;
    justify-content: center;
    justify-self: end;
}

.gl-header-v2 .gl-header-menu-state {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.gl-header-v2 .gl-header-menu-trigger,
.gl-header-v2 #hamburger:checked + .gl-header-menu-trigger {
    position: relative !important;
    z-index: 1260;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    display: grid !important;
    width: 54px !important;
    height: 54px !important;
    margin: 0 !important;
    padding: 0;
    place-items: center;
    background: #fff !important;
    border: 1px solid var(--gl-header-line) !important;
    border-radius: 14px !important;
    box-shadow: none !important;
    cursor: pointer;
    transform: none !important;
}

.gl-header-v2 .gl-header-menu-trigger:hover,
.gl-header-v2 .gl-header-menu-trigger:focus-visible {
    background: var(--gl-header-soft) !important;
    border-color: #b8cbd1 !important;
    outline: none;
}

.gl-header-v2 .gl-header-menu-trigger .hamburger__icon,
.gl-header-v2 .gl-header-menu-trigger .hamburger__icon::before,
.gl-header-v2 .gl-header-menu-trigger .hamburger__icon::after {
    position: absolute;
    display: block;
    width: 22px;
    height: 2px;
    background: var(--gl-header-navy);
    border-radius: 3px;
    content: "";
    transition: transform 160ms ease, opacity 160ms ease;
}

.gl-header-v2 .gl-header-menu-trigger .hamburger__icon {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gl-header-v2 .gl-header-menu-trigger .hamburger__icon::before {
    top: -7px;
    left: 0;
}

.gl-header-v2 .gl-header-menu-trigger .hamburger__icon::after {
    top: 7px;
    left: 0;
}

.gl-header-v2 #hamburger:checked + .gl-header-menu-trigger .hamburger__icon {
    transform: translate(-50%, -50%) rotate(45deg);
}

.gl-header-v2 #hamburger:checked + .gl-header-menu-trigger .hamburger__icon::before {
    top: 0;
    opacity: 0;
    transform: none;
}

.gl-header-v2 #hamburger:checked + .gl-header-menu-trigger .hamburger__icon::after {
    top: 0;
    transform: rotate(-90deg);
}

.gl-header-v2 .gl-header-menu {
    position: fixed !important;
    z-index: 1200;
    top: calc(var(--gl-admin-bar-height) + var(--gl-fixed-header-height)) !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    background: rgba(16, 43, 62, .45) !important;
    pointer-events: none;
    transition: opacity 190ms ease, visibility 0s linear 190ms;
}

.gl-header-v2 #hamburger:checked ~ .gl-header-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition-delay: 0s;
}

.gl-header-v2 .gl-header-menu-panel {
    position: absolute;
    top: 0;
    right: 0;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    width: 480px;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff !important;
    box-shadow: -18px 0 44px rgba(16, 43, 62, .16);
    outline: none;
    transform: translateX(102%);
    transition: transform 220ms ease;
}

.gl-header-v2 #hamburger:checked ~ .gl-header-menu .gl-header-menu-panel {
    transform: translateX(0);
}

.gl-header-v2 .gl-header-menu-heading {
    padding: 48px 30px 24px;
    background: #fff !important;
    border: 0 !important;
}

.gl-header-v2 .gl-header-menu-heading span {
    display: block;
    color: var(--gl-header-navy) !important;
    font-family: "Sora", Arial, sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: .065em !important;
    text-transform: uppercase !important;
}

#gl-header-menu .gl-header-menu-heading::before,
#gl-header-menu .gl-header-menu-heading::after,
#gl-header-menu .gl-header-menu-heading span::before,
#gl-header-menu .gl-header-menu-list::before,
#gl-header-menu .gl-header-menu-list::after,
#gl-header-menu .gl-header-menu-list > li::before,
#gl-header-menu .gl-header-menu-list > li::after,
#gl-header-menu .gl-header-menu-list > li > a::before,
#gl-header-menu .gl-header-menu-list > li > a::after {
    position: static !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    opacity: 0 !important;
    content: none !important;
    transform: none !important;
}

#gl-header-menu .gl-header-menu-heading span::after {
    display: block !important;
    width: 82px !important;
    height: 3px !important;
    margin: 14px 0 0 !important;
    padding: 0 !important;
    background: linear-gradient(90deg, var(--gl-header-navy) 0 68%, var(--gl-header-teal) 68% 100%) !important;
    border: 0 !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    opacity: 1 !important;
    content: "" !important;
    transform: none !important;
}

.gl-header-v2 .gl-header-menu .gl-header-menu-list {
    position: static !important;
    right: auto !important;
    display: flex !important;
    flex-direction: column !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0;
    margin: 0 !important;
    padding: 8px 24px 22px !important;
    overflow-y: auto;
    background: #fff !important;
    row-gap: 8px !important;
    list-style: none;
    transform: none !important;
    transition: none !important;
}

#gl-header-menu .gl-header-menu-list > li {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

#gl-header-menu .gl-header-menu-list > li.border {
    display: none !important;
}

#gl-header-menu .gl-header-menu-list > li > a {
    display: flex !important;
    width: 100% !important;
    min-height: 54px;
    padding: 10px 14px 10px 16px !important;
    align-items: center;
    gap: 12px;
    color: var(--gl-header-navy) !important;
    background: #fff !important;
    border: 1px solid #dde7ea !important;
    border-radius: 12px !important;
    box-shadow: 0 3px 10px rgba(16, 43, 62, .045) !important;
    font-family: "Sora", Arial, sans-serif !important;
    font-size: 14.5px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
}

#gl-header-menu .gl-header-menu-list > li > a:hover,
#gl-header-menu .gl-header-menu-list > li > a:focus-visible,
#gl-header-menu .gl-header-menu-list > li > a.is-active {
    color: var(--gl-header-teal-dark) !important;
    background: #edf7f5 !important;
    border-color: #bcd9d3 !important;
    text-decoration: none !important;
    outline: none !important;
}

#gl-header-menu .gl-header-menu-arrow {
    display: block !important;
    flex: 0 0 auto;
    margin-left: auto;
    color: #7d939f;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

.gl-header-v2 .gl-header-menu-footer {
    padding: 20px 24px 22px;
    background: #f7fafb !important;
    border-top: 1px solid var(--gl-header-line);
}

.gl-header-v2 .gl-header-menu-upload,
.gl-header-v2 .gl-header-menu-question {
    display: flex;
    width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 10px 15px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    cursor: pointer;
    font-family: "Sora", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    text-transform: none !important;
}

.gl-header-v2 .gl-header-menu-upload {
    color: #fff !important;
    background: var(--gl-header-teal) !important;
    border: 1px solid var(--gl-header-teal) !important;
}

.gl-header-v2 .gl-header-menu-upload:hover,
.gl-header-v2 .gl-header-menu-upload:focus-visible {
    color: #fff !important;
    background: var(--gl-header-teal-dark) !important;
    border-color: var(--gl-header-teal-dark) !important;
    outline: none;
}

.gl-header-v2 .gl-header-menu-question {
    display: none !important;
}

.gl-header-v2 .gl-header-menu-legal {
    display: flex;
    margin-top: 13px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.gl-header-v2 .gl-header-menu-legal a,
.gl-header-v2 .gl-header-menu-legal button {
    margin: 0;
    padding: 0 0 2px;
    color: #748692;
    background: transparent;
    border: 0;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    font-family: inherit;
    font-size: 9px;
    line-height: 1.2;
    text-decoration: none;
}

.gl-header-v2 .gl-header-menu-legal a:hover,
.gl-header-v2 .gl-header-menu-legal a:focus-visible,
.gl-header-v2 .gl-header-menu-legal button:hover,
.gl-header-v2 .gl-header-menu-legal button:focus-visible {
    color: var(--gl-header-teal-dark);
    border-bottom-color: currentColor;
    outline: none;
}

@media screen and (min-width: 1121px) {
    .gl-header-v2 .gl-header-menu-footer {
        padding: 24px 28px 28px;
    }

    .gl-header-v2 .gl-header-menu-upload {
        min-height: 56px;
        padding: 12px 18px;
        border-radius: 14px;
        font-size: 14.5px !important;
    }

    .gl-header-v2 .gl-header-menu-legal {
        margin-top: 17px;
        gap: 22px;
    }

    .gl-header-v2 .gl-header-menu-legal a,
    .gl-header-v2 .gl-header-menu-legal button {
        font-size: 11.5px;
    }
}

main.site {
    padding-top: calc(var(--gl-admin-bar-height) + var(--gl-fixed-header-height, 106px));
}

.gl-standard-hub {
    padding-top: calc(var(--gl-admin-bar-height) + var(--gl-fixed-header-height, 106px) + 18px) !important;
}

.gl-policy,
.gl-tech-error,
.gl-tech-search {
    padding-top: calc(var(--gl-admin-bar-height) + var(--gl-fixed-header-height, 106px) + 27px) !important;
}

/* Guide and Legal Insight articles: use the same 18px visible clearance as the hubs.
   Keep this in the header stylesheet because this !important rule is the actual
   source of the page-level top offset on long-form content pages. */
.gl-article {
    padding-top: calc(var(--gl-admin-bar-height) + var(--gl-fixed-header-height, 106px) + 18px) !important;
}

html {
    scroll-padding-top: calc(var(--gl-admin-bar-height) + var(--gl-fixed-header-height) + 20px);
}

@media screen and (max-width: 1350px) and (min-width: 1121px) {
    .gl-header-v2 .gl-header-shell {
        grid-template-columns: 272px minmax(0, 1fr) 150px 50px;
        column-gap: 16px !important;
    }

    .gl-header-v2 .gl-header-logo {
        width: 272px !important;
        max-width: 272px !important;
    }

    .main_header.gl-header-v2 .gl-header-logo .gl-header-brand-emblem {
        width: 62px;
        height: 65px;
    }

    .main_header.gl-header-v2 .gl-header-logo .gl-header-brand-wordmark {
        width: 206px;
        height: 50px;
    }

    .gl-header-v2 .gl-header-primary {
        grid-template-columns:
            minmax(105px, .9fr)
            minmax(170px, 1.45fr)
            minmax(105px, .95fr)
            88px;
    }

    html[lang^="de"] .gl-header-v2 .gl-header-primary {
        grid-template-columns:
            minmax(175px, 1.15fr)
            minmax(140px, 1fr)
            minmax(145px, 1fr)
            88px;
    }

    html[lang^="de"] .gl-header-v2 .gl-header-primary > a {
        font-size: 12.5px;
    }

    .gl-header-v2 .gl-header-primary > a {
        padding-right: 6px;
        padding-left: 6px;
        font-size: 13.5px;
    }

    .gl-header-v2 .gl-header-language-trigger {
        grid-template-columns: 20px auto 8px;
        gap: 4px;
        padding-right: 5px;
        padding-left: 5px;
    }

    .gl-header-v2 .gl-header-question-text {
        font-size: 13.5px !important;
    }

    .gl-header-v2 .gl-header-controls,
    .gl-header-v2 .gl-header-menu-trigger,
    .gl-header-v2 #hamburger:checked + .gl-header-menu-trigger {
        width: 50px !important;
        height: 50px !important;
    }

    .gl-header-v2 .gl-header-menu-trigger .hamburger__icon {
        top: 50%;
        left: 50%;
    }
}

@media screen and (max-width: 1120px) {
    :root {
        --gl-fixed-header-height: 149px;
    }

    .main_header.gl-header-v2,
    .main_header.gl-header-v2.gl-header-scrolled {
        height: 149px;
        min-height: 149px;
        padding: 5px 0 !important;
        background: #fff;
        border-bottom: 0;
        box-shadow: 0 4px 18px -2px rgba(0, 0, 0, .25) !important;
    }

    .gl-header-v2 .gl-header-shell {
        position: static;
        display: flex !important;
        width: 100%;
        max-width: none;
        min-height: 139px;
        margin: 0 auto;
        padding: 0 14px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        column-gap: 0 !important;
        row-gap: 0;
    }

    .gl-header-v2 .gl-header-logo,
    .gl-header-v2 .gl-header-primary {
        display: none !important;
    }

    .gl-header-v2 .gl-header-mobile-logo-stable {
        position: relative !important;
        order: 0;
        display: flex !important;
        flex: 0 0 100%;
        width: 100% !important;
        max-width: none !important;
        height: 62px !important;
        min-height: 62px !important;
        margin: 0 !important;
        padding: 0 !important;
        align-items: center;
        justify-content: center;
        overflow: visible !important;
        background: none !important;
        border: 0 !important;
        box-shadow: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }

    .main_header.gl-header-v2 .gl-header-mobile-logo-stable::before,
    .main_header.gl-header-v2 .gl-header-mobile-logo-stable::after {
        display: none !important;
        content: none !important;
    }

    .main_header.gl-header-v2 .gl-header-mobile-logo-stable .gl-header-brand-emblem {
        width: 50px;
        height: 51px;
    }

    .main_header.gl-header-v2 .gl-header-mobile-logo-stable .gl-header-brand-wordmark {
        width: 184px;
        height: 40px;
    }

    .gl-header-v2 .gl-header-question {
        position: absolute !important;
        z-index: 100;
        top: 9px !important;
        right: auto !important;
        bottom: auto !important;
        left: 14px !important;
        display: flex !important;
        width: 44px !important;
        min-width: 44px !important;
        height: 44px !important;
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 13px !important;
        filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .2)) !important;
    }

    .gl-header-v2 .gl-header-question::after {
        display: block !important;
        width: 28px;
        height: 28px;
        background: url("img/icon-question.svg") 50% 50% / contain no-repeat;
        border: 0;
        content: "" !important;
    }

    .gl-header-v2 .gl-header-question-text {
        display: none !important;
    }

    .gl-header-v2 .gl-header-controls {
        position: absolute !important;
        z-index: 101;
        top: 9px !important;
        right: 14px !important;
        display: block;
        width: 44px !important;
        height: 44px !important;
        margin: 0 !important;
    }

    .gl-header-v2 .gl-header-menu-trigger {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        display: grid !important;
        width: 44px !important;
        height: 44px !important;
        place-items: center;
        background: #fff !important;
        border: 1.5px solid #b8cecf !important;
        border-radius: 13px !important;
        box-shadow: 0 4px 12px rgba(16, 43, 62, .1) !important;
    }

    .gl-header-v2 .gl-header-menu-trigger .hamburger__icon,
    .gl-header-v2 .gl-header-menu-trigger .hamburger__icon::before,
    .gl-header-v2 .gl-header-menu-trigger .hamburger__icon::after {
        width: 25px;
        height: 2.5px;
        background: var(--gl-header-navy-dark);
    }

    .gl-header-v2 .gl-header-menu-trigger .hamburger__icon {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .gl-header-v2 .gl-header-menu-trigger .hamburger__icon::before {
        top: -8px;
    }

    .gl-header-v2 .gl-header-menu-trigger .hamburger__icon::after {
        top: 8px;
    }

    .gl-header-v2 .gl-header-mobile-languages {
        order: 1;
        display: flex !important;
        width: 100% !important;
        height: 77px;
        margin: 0 !important;
        padding: 1px 0 0 !important;
        flex-wrap: nowrap !important;
        align-items: center;
        justify-content: center;
        column-gap: 4px;
        overflow: visible;
        color: #24465e;
    }

    .gl-header-v2 .gl-header-mobile-languages a {
        display: flex;
        flex: 0 0 42px;
        width: 42px;
        min-width: 42px;
        height: 72px;
        padding: 8px 2px 7px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #24465e;
        background: #fff;
        border: 1px solid rgba(0, 160, 157, .3);
        border-radius: 19px;
        font-family: "Sora", Arial, sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.2;
        text-align: center;
        text-decoration: none;
    }

    .gl-header-v2 .gl-header-mobile-languages a:hover,
    .gl-header-v2 .gl-header-mobile-languages a:focus-visible {
        color: var(--gl-header-teal-dark);
        background: #edf7f5;
        outline: none;
    }

    .gl-header-v2 .gl-header-mobile-languages a.is-current {
        color: #fff;
        background: #277a6b;
        pointer-events: none;
    }

    .gl-header-v2 .gl-header-mobile-languages img {
        display: block;
        width: 22px;
        height: 22px;
        margin: 0 0 4px;
        object-fit: cover;
        border: 0;
        border-radius: 50%;
        filter: drop-shadow(0 0 3px rgba(0, 0, 0, .2));
    }

    .gl-header-v2 .gl-header-mobile-languages span {
        display: block;
        margin: 0;
        font-size: 12px;
        line-height: 1.2;
    }

    .gl-header-v2 .gl-header-menu {
        top: var(--gl-admin-bar-height) !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: calc(100dvh - var(--gl-admin-bar-height)) !important;
        padding: 10px 10px max(10px, env(safe-area-inset-bottom));
        background: #e6edef !important;
    }

    .gl-header-v2 .gl-header-menu-panel {
        position: absolute;
        top: 10px;
        right: 10px;
        bottom: max(10px, env(safe-area-inset-bottom));
        left: 10px;
        grid-template-rows: auto minmax(0, 1fr) auto;
        width: auto !important;
        max-width: none !important;
        height: auto !important;
        overflow: hidden;
        background: #fff !important;
        border: 1px solid #dbe5e9;
        border-radius: 22px;
        box-shadow: 0 18px 46px rgba(16, 43, 62, .18);
    }

    .gl-header-v2 #hamburger:checked + .gl-header-menu-trigger {
        position: fixed !important;
        z-index: 1260;
        top: calc(var(--gl-admin-bar-height) + 18px) !important;
        right: 18px !important;
        bottom: auto !important;
        left: auto !important;
        width: 44px !important;
        height: 44px !important;
        margin: 0 !important;
        background: #fff !important;
        border: 1px solid #cfdbdf !important;
        border-radius: 50% !important;
        box-shadow: 0 7px 19px rgba(16, 43, 62, .13) !important;
    }

    .gl-header-v2 .gl-header-menu-heading {
        padding: 72px 22px 20px;
        background: #fff !important;
        border: 0 !important;
    }

    .gl-header-v2 .gl-header-menu-heading span {
        font-size: 20px !important;
        letter-spacing: .055em !important;
    }

    #gl-header-menu .gl-header-menu-heading span::after {
        width: 78px !important;
        margin-top: 12px !important;
    }

    .gl-header-v2 .gl-header-menu .gl-header-menu-list {
        padding: 8px 18px 16px !important;
        row-gap: 8px !important;
    }

    #gl-header-menu .gl-header-menu-list > li > a {
        min-height: 50px;
        padding: 9px 13px 9px 15px !important;
        border-radius: 11px !important;
        font-size: 14px !important;
    }

    .gl-header-v2 .gl-header-menu-footer {
        padding: 14px 18px max(14px, env(safe-area-inset-bottom));
        background: #f7fafb !important;
    }

    .gl-header-v2 .gl-header-menu-upload,
    .gl-header-v2 .gl-header-menu-question {
        display: flex !important;
        min-height: 46px;
        border-radius: 12px;
        font-size: 12px !important;
    }

    .gl-header-v2 .gl-header-menu-upload {
        color: var(--gl-header-navy) !important;
        background: #fff !important;
        border: 1px solid #bdd0d6 !important;
    }

    .gl-header-v2 .gl-header-menu-question {
        margin-top: 8px !important;
        color: #fff !important;
        background: var(--gl-header-teal) !important;
        border: 1px solid var(--gl-header-teal) !important;
    }

    .gl-header-v2 .gl-header-menu-upload:hover,
    .gl-header-v2 .gl-header-menu-upload:focus-visible {
        color: var(--gl-header-teal-dark) !important;
        background: #edf7f5 !important;
    }

    .gl-header-v2 .gl-header-menu-question:hover,
    .gl-header-v2 .gl-header-menu-question:focus-visible {
        color: #fff !important;
        background: var(--gl-header-teal-dark) !important;
    }

    .gl-header-v2 .gl-header-menu-legal {
        margin-top: 11px;
        gap: 14px;
    }

    main.site {
        padding-top: calc(var(--gl-admin-bar-height) + var(--gl-fixed-header-height, 149px));
    }

    .gl-standard-hub {
        padding-top: calc(var(--gl-admin-bar-height) + var(--gl-fixed-header-height, 149px) + 18px) !important;
    }

    .gl-policy,
    .gl-tech-error,
    .gl-tech-search {
        padding-top: calc(var(--gl-admin-bar-height) + var(--gl-fixed-header-height, 149px) + 27px) !important;
    }

    .gl-article {
        padding-top: calc(var(--gl-admin-bar-height) + var(--gl-fixed-header-height, 149px) + 18px) !important;
    }
}

@media screen and (max-width: 600px) {
    .main_header.gl-header-v2 .gl-header-mobile-logo-stable .gl-header-brand-emblem {
        width: 50px;
        height: 51px;
    }

    .main_header.gl-header-v2 .gl-header-mobile-logo-stable .gl-header-brand-wordmark {
        width: 184px;
        height: 40px;
    }

    .gl-header-v2 .gl-header-mobile-languages {
        column-gap: clamp(1px, .65vw, 3px);
    }

    .gl-header-v2 .gl-header-mobile-languages a {
        flex: 0 1 clamp(25px, 7.2vw, 28px);
        width: clamp(25px, 7.2vw, 28px);
        min-width: 0;
        height: 75px;
        padding: 10px 0;
        border-radius: 17px;
    }

    .gl-header-v2 .gl-header-mobile-languages img {
        width: 20px;
        height: 20px;
    }

    .gl-header-v2 .gl-header-mobile-languages span {
        font-size: 15px;
    }
}

@media screen and (max-width: 360px) {
    .gl-header-v2 .gl-header-shell {
        padding-right: 7px;
        padding-left: 7px;
    }

    .main_header.gl-header-v2 .gl-header-mobile-logo-stable .gl-header-brand-emblem {
        width: 46px;
        height: 47px;
    }

    .main_header.gl-header-v2 .gl-header-mobile-logo-stable .gl-header-brand-wordmark {
        width: 169px;
        height: 37px;
    }

    .gl-header-v2 .gl-header-menu {
        padding-right: 8px;
        padding-left: 8px;
    }

    .gl-header-v2 .gl-header-menu-panel {
        right: 8px;
        left: 8px;
    }

    .gl-header-v2 .gl-header-menu-heading {
        padding-right: 18px;
        padding-left: 18px;
    }

    .gl-header-v2 .gl-header-menu .gl-header-menu-list,
    .gl-header-v2 .gl-header-menu-footer {
        padding-right: 14px !important;
        padding-left: 14px !important;
    }
}

@media screen and (max-height: 700px) and (max-width: 1120px) {
    .gl-header-v2 .gl-header-menu-panel {
        grid-template-rows: auto minmax(0, 1fr) auto;
    }

    .gl-header-v2 .gl-header-menu-heading {
        padding-top: 58px;
        padding-bottom: 14px;
    }

    .gl-header-v2 .gl-header-menu-heading span {
        font-size: 18px !important;
    }

    #gl-header-menu .gl-header-menu-heading span::after {
        margin-top: 9px !important;
    }

    .gl-header-v2 .gl-header-menu .gl-header-menu-list {
        padding-bottom: 12px !important;
        row-gap: 6px !important;
    }

    #gl-header-menu .gl-header-menu-list > li > a {
        min-height: 44px;
        font-size: 13.5px !important;
    }

    .gl-header-v2 .gl-header-menu-footer {
        padding-top: 10px;
    }

    .gl-header-v2 .gl-header-menu-upload,
    .gl-header-v2 .gl-header-menu-question {
        min-height: 42px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gl-header-v2 *,
    .gl-header-v2 *::before,
    .gl-header-v2 *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* =====================================================================
 * Drawer close icon optical-centering fix
 *
 * When the checkbox is open, render the X from two independently centered
 * pseudo-elements. This avoids the inherited bar-offset/rotation geometry
 * that could place the X slightly off-center on desktop, iPhone and Android.
 * The closed hamburger state is intentionally untouched.
 * ===================================================================== */
.gl-header-v2 #hamburger:checked + .gl-header-menu-trigger .hamburger__icon {
    top: 50% !important;
    left: 50% !important;
    background: transparent !important;
    transform: translate(-50%, -50%) !important;
    transform-origin: 50% 50% !important;
}

.gl-header-v2 #hamburger:checked + .gl-header-menu-trigger .hamburger__icon::before,
.gl-header-v2 #hamburger:checked + .gl-header-menu-trigger .hamburger__icon::after {
    top: 50% !important;
    left: 50% !important;
    opacity: 1 !important;
    transform-origin: 50% 50% !important;
}

.gl-header-v2 #hamburger:checked + .gl-header-menu-trigger .hamburger__icon::before {
    transform: translate(-50%, -50%) rotate(45deg) !important;
}

.gl-header-v2 #hamburger:checked + .gl-header-menu-trigger .hamburger__icon::after {
    transform: translate(-50%, -50%) rotate(-45deg) !important;
}

