.gk-page {
    --navy: #031126;
    --navy2: #08234a;
    --card: rgba(7, 28, 57, .82);
    --line: rgba(255, 255, 255, .25);
    --yellow: #ffdc21;
    --cyan: #31cfff;
    --text: #fff;
    --muted: #c9d5e7;
    background:
        radial-gradient(circle at 60% 20%, rgba(23, 78, 145, .4), transparent 32%),
        linear-gradient(180deg, #031126, #061a36 55%, #031126);
    color: var(--text);
    font-family: inherit;
    min-height: 100vh;
    scroll-behavior: smooth;
}

.gk-page * {
    box-sizing: border-box;
}

.gk-wrap {
    width: min(1280px, calc(100% - 64px));
    margin: auto;
}

.gk-hero {
    position: relative;
    min-height: 380px;
    background-image:
        linear-gradient(90deg, rgba(3, 14, 30, .98) 0%, rgba(3, 14, 30, .73) 42%, rgba(3, 14, 30, .12)),
        linear-gradient(180deg, rgba(3, 14, 30, .05), #06162d 105%),
        var(--hero);
    background-size: cover;
    background-position: center 48%;
    display: flex;
    align-items: end;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.gk-hero__inner {
    padding: 68px 0 38px;
}

.gk-kicker {
    display: inline-block;
    color: var(--yellow);
    font-weight: 900;
    text-transform: uppercase;
    font-size: 13px;
    border-bottom: 2px solid var(--yellow);
    line-height: 1;
    margin-bottom: 18px;
}

.gk-hero h1 {
    font-size: clamp(48px, 6vw, 72px);
    line-height: .88;
    margin: 0 0 24px;
    text-transform: uppercase;
    font-weight: 950;
    letter-spacing: -.045em;
}

.gk-hero h1 em {
    font-style: normal;
    color: var(--yellow);
}

.gk-hero p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 45px;
    color: #fff;
}

.gk-breadcrumb {
    display: flex;
    gap: 14px;
    align-items: center;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.gk-breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.gk-breadcrumb strong {
    color: var(--yellow);
}

.gk-content {
    margin-top: -1px;
    padding-bottom: 42px;
}

.gk-panel {
    position: relative;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(7, 31, 65, .94), rgba(4, 19, 42, .9));
    box-shadow: 0 22px 60px rgba(0, 0, 0, .35);
    overflow: hidden;
}

.gk-panel::before {
    content: "FSV";
    position: absolute;
    right: 50px;
    top: 34px;
    font-size: 170px;
    font-weight: 950;
    color: rgba(255, 255, 255, .045);
    transform: rotate(-12deg);
    pointer-events: none;
}

.gk-org {
    padding: 27px 31px 34px;
}

.gk-section-title {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
}

.gk-section-title h2 {
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 950;
}

.gk-icon {
    color: var(--yellow);
    font-size: 30px;
    line-height: 1;
}

.gk-download {
    margin-left: auto;
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 5px;
    padding: 13px 17px;
    text-transform: uppercase;
    font-size: 12px;
    background: rgba(255, 255, 255, .04);
}

.gk-orgchart {
    position: relative;
    z-index: 1;
    padding: 0 35px;
}

.gk-org-row--top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 38px;
    margin: 8px 0 24px;
}

.gk-box {
    background: rgba(10, 28, 57, .76);
    border: 1px solid rgba(255, 255, 255, .46);
    border-radius: 4px;
    padding: 16px 25px;
    text-align: center;
    min-width: 176px;
}

.gk-box strong,
.gk-dept h3 {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.1;
}

.gk-box span,
.gk-box dd,
.gk-dept p,
.gk-dept li {
    font-size: 13px;
    color: #fff;
}

.gk-box--board {
    border: 2px solid var(--yellow);
    min-width: 320px;
    text-align: left;
}

.gk-box--board dl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 25px;
    margin: 14px 0 0;
}

.gk-box--board dt,
.gk-box--board dd {
    margin: 0;
}

.gk-lines {
    height: 40px;
    position: relative;
}

.gk-lines::before {
    content: "";
    position: absolute;
    left: 13%;
    right: 13%;
    top: 22px;
    border-top: 2px solid rgba(255, 255, 255, .72);
}

.gk-lines::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 22px;
    border-left: 2px solid rgba(255, 255, 255, .72);
}

.gk-lines i::before,
.gk-lines i::after {
    content: "";
    position: absolute;
    top: 22px;
    height: 18px;
    border-left: 2px solid rgba(255, 255, 255, .72);
}

.gk-lines i::before {
    left: 13%;
}

.gk-lines i::after {
    right: 13%;
}

.gk-org-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 34px;
}

.gk-dept {
    position: relative;
}

.gk-dept h3 {
    border: 2px solid var(--yellow);
    border-radius: 4px;
    text-align: center;
    padding: 12px 10px;
    margin: 0 0 17px;
    background: rgba(9, 28, 57, .88);
}

.gk-dept ul {
    list-style: none;
    margin: 0;
    padding: 15px 16px;
    border: 1px solid rgba(255, 255, 255, .46);
    border-radius: 4px;
    background: rgba(8, 26, 53, .82);
    min-height: 118px;
}

.gk-dept li {
    line-height: 1.28;
    margin-bottom: 12px;
}

.gk-dept li b {
    display: block;
}

.gk-dept p {
    text-align: center;
    margin: -10px 0 12px;
}

.gk-legend {
    margin: 32px 0 0 52%;
    padding: 0;
    list-style: none;
    font-size: 12px;
    color: #fff;
}

.gk-legend li::before {
    content: "··";
    color: var(--yellow);
    font-weight: 950;
    margin-right: 9px;
}

.gk-contacts {
    margin-top: 24px;
    padding: 34px 40px 42px;
}

.gk-tabs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 34px;
    position: relative;
    z-index: 2;
}

.gk-tabs a {
    border: 1px solid rgba(255, 255, 255, .34);
    background: rgba(8, 28, 58, .92);
    color: #fff;
    border-radius: 4px;
    padding: 15px 12px;
    font-size: 12px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    transition: .2s ease;
}

.gk-tabs a:hover,
.gk-tabs a.is-active {
    background: var(--yellow);
    color: #08162b;
    border-color: var(--yellow);
}

.gk-contact-groups {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 42px;
}

.gk-contact-group {
    scroll-margin-top: 120px;
    padding-top: 4px;
}

.gk-group-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin: 0 0 20px;
    padding: 0 4px;
}

.gk-group-head h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(20px, 2.8vw, 34px);
    line-height: 1;
    text-transform: uppercase;
    font-weight: 950;
    letter-spacing: -.03em;
}

.gk-group-head h3::after {
    content: "";
    display: block;
    width: 44px;
    height: 3px;
    background: var(--yellow);
    margin-top: 10px;
}

.gk-group-head p {
    max-width: 660px;
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.45;
    text-align: right;
}

.gk-person-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.gk-person-grid--featured {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gk-person-grid--featured .gk-person:only-child {
    grid-column: span 2;
}

.gk-person {
    min-height: 282px;
    background:
        linear-gradient(110deg, rgba(18, 47, 88, .94), rgba(7, 21, 44, .96) 58%, rgba(4, 15, 33, .98)),
        radial-gradient(circle at 12% 0%, rgba(54, 207, 255, .12), transparent 35%);
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 9px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 42% minmax(0, 1fr);
    position: relative;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), 0 16px 34px rgba(0, 0, 0, .18);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.gk-person:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 220, 33, .55);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 22px 44px rgba(0, 0, 0, .28);
}

.gk-person--large {
    grid-column: auto;
    min-height: 326px;
    grid-template-columns: 43% minmax(0, 1fr);
}

.gk-person figure {
    margin: 0;
    min-height: 100%;
    background: #0b203f;
    overflow: hidden;
}

.gk-person img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    filter: saturate(1.06) contrast(1.04);
    transition: transform .25s ease;
}

.gk-person:hover img {
    transform: scale(1.025);
}

.gk-person__body {
    padding: 31px 28px 52px;
    position: relative;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.gk-person:not(.gk-person--large) .gk-person__body {
    padding: 28px 24px 50px;
}

.gk-person h3 {
    font-size: clamp(27px, 2vw, 34px);
    line-height: .96;
    text-transform: uppercase;
    margin: 0 0 16px;
    font-weight: 950;
    color: var(--cyan);
    letter-spacing: -.035em;
}

.gk-person--large h3 {
    font-size: clamp(31px, 2.4vw, 40px);
    margin-top: 4px;
}

.gk-person h3 em {
    font-style: normal;
    color: var(--yellow);
    font-weight: 700;
}

.gk-person p {
    font-size: 13px;
    line-height: 1.25;
    text-transform: uppercase;
    font-weight: 950;
    margin: 0 0 20px;
    color: #fff;
}

.gk-country,
.gk-person a {
    display: block;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    margin-top: 13px;
    line-height: 1.28;
    overflow-wrap: anywhere;
}

.gk-country::before {
    content: "🇩🇪";
    margin-right: 7px;
    font-size: 15px;
}

.gk-person a {
    margin-top: 17px;
    color: #dbe9ff;
}

.gk-person a:hover {
    color: var(--yellow);
}

.gk-person b {
    position: absolute;
    right: 22px;
    bottom: 19px;
    color: var(--yellow);
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
}

.gk-cta-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-top: 18px;
    border-radius: 9px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .18);
    background: linear-gradient(90deg, #08285b, #0d3b84);
}

.gk-cta-row a {
    position: relative;
    min-height: 118px;
    padding: 26px 70px 24px 82px;
    color: #fff;
    text-decoration: none;
    border-right: 1px solid rgba(255, 255, 255, .12);
}

.gk-cta-row a:last-child {
    border-right: 0;
}

.gk-cta-row span {
    position: absolute;
    left: 28px;
    top: 29px;
    color: var(--yellow);
    font-size: 36px;
}

.gk-cta-row strong {
    display: block;
    text-transform: uppercase;
    font-weight: 950;
    font-size: 14px;
}

.gk-cta-row small {
    display: block;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.4;
    margin-top: 8px;
}

.gk-cta-row b {
    position: absolute;
    right: 29px;
    top: 42px;
    color: var(--yellow);
    font-size: 26px;
    font-weight: 400;
}


@media (min-width: 1181px) {
    .gk-person-grid--compact .gk-person:nth-child(odd):last-child {
        grid-column: span 2;
    }
}

@media (max-width: 1180px) {
    .gk-wrap {
        width: min(100% - 40px, 1280px);
    }

    .gk-person-grid,
    .gk-person-grid--featured {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gk-person,
    .gk-person--large {
        min-height: 252px;
        grid-template-columns: 40% minmax(0, 1fr);
    }

    .gk-person h3 {
        font-size: 26px;
    }

    .gk-person p,
    .gk-country,
    .gk-person a {
        font-size: 13px;
    }
}

@media (max-width: 980px) {
    .gk-wrap {
        width: min(100% - 30px, 1280px);
    }

    .gk-hero {
        min-height: 460px;
    }

    .gk-orgchart {
        padding: 0;
    }

    .gk-org-row--top,
    .gk-org-grid,
    .gk-cta-row {
        grid-template-columns: 1fr;
        display: grid;
    }

    .gk-person-grid,
    .gk-person-grid--featured {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gk-org-row--top {
        gap: 14px;
    }

    .gk-lines {
        display: none;
    }

    .gk-tabs {
        display: flex;
        overflow: auto;
        padding-bottom: 4px;
    }

    .gk-tabs a {
        min-width: 190px;
    }

    .gk-person,
    .gk-person--large {
        grid-column: auto;
        min-height: 260px;
        grid-template-columns: 40% minmax(0, 1fr);
    }

    .gk-group-head {
        align-items: start;
        flex-direction: column;
        gap: 10px;
    }

    .gk-group-head p {
        text-align: left;
    }

    .gk-legend {
        margin-left: 0;
    }

    .gk-cta-row a {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }
}


@media (max-width: 760px) {
    .gk-person-grid,
    .gk-person-grid--featured {
        grid-template-columns: 1fr;
    }

    .gk-tabs a {
        min-width: 170px;
    }
}

@media (max-width: 560px) {
    .gk-hero h1 {
        font-size: 44px;
    }

    .gk-panel {
        border-radius: 8px;
    }

    .gk-org,
    .gk-contacts {
        padding: 22px 16px;
    }

    .gk-download {
        display: none;
    }

    .gk-person-grid,
    .gk-person-grid--featured {
        grid-template-columns: 1fr;
    }

    .gk-person,
    .gk-person--large {
        grid-template-columns: 1fr;
    }

    .gk-person figure {
        height: 280px;
    }

    .gk-person__body,
    .gk-person:not(.gk-person--large) .gk-person__body {
        padding: 22px;
    }

    .gk-tabs {
        margin-inline: -4px;
    }

    .gk-cta-row a {
        padding-left: 70px;
    }
}

/* ------------------------------------------------------------
   FSV63 Gremien: FontAwesome-Feinschliff
------------------------------------------------------------ */

.gk-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--yellow);
    background: rgba(255, 220, 33, .08);
    border: 1px solid rgba(255, 220, 33, .35);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 12px 26px rgba(0, 0, 0, .18);
    font-size: 24px;
    flex: 0 0 auto;
}

.gk-icon .fsv63-fa-icon,
.gk-download .fsv63-fa-icon,
.gk-tabs .fsv63-fa-icon,
.gk-group-head__icon .fsv63-fa-icon,
.gk-dept .fsv63-fa-icon,
.gk-person .fsv63-fa-icon,
.gk-cta-row .fsv63-fa-icon {
    width: 1em;
    height: 1em;
    line-height: 1;
}

.gk-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.gk-download__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--yellow);
    font-size: 15px;
}

.gk-download--disabled {
    opacity: .58;
    cursor: default;
}

.gk-tabs a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.gk-tabs a .fsv63-fa-icon {
    font-size: 15px;
}

.gk-group-head > div {
    display: flex;
    align-items: center;
    gap: 14px;
}

.gk-group-head__icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #08162b;
    background: var(--yellow);
    box-shadow: 0 12px 24px rgba(255, 220, 33, .16);
    flex: 0 0 auto;
}

.gk-group-head h3::after {
    margin-left: 0;
}

.gk-dept h3 .fsv63-fa-icon {
    display: block;
    margin: 0 auto 7px;
    color: var(--yellow);
    font-size: 18px;
}

.gk-person h3 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 9px;
    row-gap: 2px;
}

.gk-person h3 span,
.gk-person h3 em {
    display: inline;
}

.gk-person__role {
    display: flex;
    align-items: flex-start;
    gap: 9px;
}

.gk-person__role .fsv63-fa-icon {
    color: var(--yellow);
    margin-top: 1px;
    font-size: 13px;
    flex: 0 0 auto;
}

.gk-country {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.gk-country::before {
    content: none !important;
    display: none !important;
}

.gk-country .fsv63-fa-icon {
    color: var(--yellow);
    font-size: 14px;
    flex: 0 0 auto;
}

.gk-mail {
    display: inline-flex !important;
    align-items: center;
    gap: 9px;
}

.gk-mail .fsv63-fa-icon {
    color: var(--yellow);
    font-size: 15px;
    flex: 0 0 auto;
}

.gk-mail span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.gk-person b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.gk-person b .fsv63-fa-icon {
    font-size: 21px;
}

.gk-cta-row span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.gk-cta-row span .fsv63-fa-icon {
    font-size: 32px;
}

.gk-cta-row b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.gk-cta-row b .fsv63-fa-icon {
    font-size: 20px;
}

@media (max-width: 560px) {
    .gk-icon {
        width: 46px;
        height: 46px;
        border-radius: 14px;
        font-size: 21px;
    }

    .gk-group-head > div {
        align-items: flex-start;
    }

    .gk-person h3 {
        display: block;
    }
}

