header {
    background-color: var(--white-color);
    box-shadow: .3125rem .625rem 1.875rem rgba(74, 74, 74, .2);
    display: block;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

header > .content {
    height: 8rem;
    z-index: 1;
}

header > .content .logo {
    bottom: 0;
    left: 0;
    position: absolute;
}

header > .content .logo img {
    width: 18rem;
}

header > .content .logo h1 + span {
    color: var(--purple-color);
    font-family: 'Swiss 721 Bold', sans-serif;
    font-size: 1.5rem;
    left: 0;
    line-height: 1.5rem;
    position: absolute;
    top: 0;
}

header > .content .logo h1 + span > span {
    color: var(--light-purple-color);
    display: inline-block;
    font-family: 'Swiss 721', sans-serif;
    font-size: 1rem;
    line-height: 1rem;
    padding-top: .5rem;
}

header > .content nav {
    bottom: 1.4rem;
    right: 0;
    position: absolute;
}

header > .content nav a,
header > .content nav a span {
    font-family: 'Swiss 721 Bold', sans-serif;
    font-size: 1rem;
    line-height: 1rem;
}

header > .content nav a {
    margin-left: 2.2rem;
    padding: .4rem .25rem;
}

header > .content nav a:last-child {
    background-color: var(--green-color);
    border-radius: 2.5rem;
    color: var(--white-color) !important;
    padding-left: .8rem;
    padding-right: .8rem;
}

header > .content nav a:last-child.active {
    background-color: var(--green-color-hover);
}

@media (hover: hover) and (pointer: fine) {
    header > .content nav a:last-child:hover {
        background-color: var(--green-color-hover);
    }
}

header > .content nav a.active {
    color: var(--green-color);
}

@media (hover: hover) and (pointer: fine) {
    header > .content nav a:hover {
        color: var(--green-color);
    }
}

header > .content .mobile {
    display: none;
    position: absolute;
    right: 1rem;
    top: 1rem;
}

header > .content .mobile i {
    color: var(--black-color);
    cursor: pointer;
    font-size: 1.2rem;
}

header .structure i {
    content: '';
    background-color: var(--purple-color);
    position: absolute;
    left: 0;
    z-index: 0;
    width: 100%;
}

header .structure i:nth-child(1) {
    bottom: 0;
    height: 3.25px;
}

header .structure i:nth-child(2) {
    bottom: 6.5px;
    height: 2.8px;
    min-width: 4rem;
    width: var(--space-left-to-header);
}

header .structure i:nth-child(3) {
    bottom: 13px;
    height: 2.4px;
    min-width: 4rem;
    width: var(--space-left-to-header);
}

header .structure i:nth-child(4) {
    bottom: 5.75px;
    height: 4.5px;
    left: calc(var(--space-left-to-header) + 18rem);
}

header .structure i:nth-child(5) {
    bottom: 13.25px;
    height: 5.25px;
    left: calc(var(--space-left-to-header) + 18rem);
}

header + nav.mobile {
    background-color: #fff;
    box-sizing: border-box;
    display: none;
    height: 100%;
    overflow: hidden;
    padding: 3rem 2rem 2rem;
    position: fixed;
    right: -80%;
    top: 0;
    transition: var(--default-transition);
    width: 80%;
    z-index: 12; /* Eine Ebene über dem Layer */
}

header + nav.mobile.active {
    right: 0;
}

header + nav.mobile a {
    display: inline-block;
    margin-bottom: .75rem;
}

header + nav.mobile a.active {
    color: var(--green-color);
}

header + nav.mobile > i {
    color: var(--black-color);
    cursor: pointer;
    font-size: 1.4rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
}

@media (max-width: 1199px) {
    header > .content nav a {
        margin-left: 1rem;
    }
}

@media (max-width: 1023px) {
    header > .content {
        height: 6rem;
        max-width: 100%;
    }

    header > .content .logo img {
        width: 16rem;
    }

    header > .content .logo h1 + span {
        font-size: 1rem;
        left: 2rem;
        line-height: 1rem;
        top: .25rem;
    }

    header > .content .logo h1 + span > span {
        font-size: .75rem;
        line-height: .75rem;
        padding-top: .25rem;
    }

    header > .content nav {
        bottom: auto;
        right: 3rem;
        top: 1rem;
    }

    header > .content nav a {
        display: none;
    }

    header > .content nav a:last-child {
        display: block;
        font-size: .75rem;
        line-height: 1rem;
    }

    header > .content .mobile {
        display: block;
    }

    header .structure i {
        z-index: 1;
    }

    header .structure i:nth-child(1) {
        left: 13.6rem;
    }

    header .structure i:nth-child(2),
    header .structure i:nth-child(3) {
        display: none;
    }

    header .structure i:nth-child(4) {
        bottom: 5px;
        height: 4px;
        left: 14.1rem;
    }

    header .structure i:nth-child(5) {
        bottom: 11.5px;
        height: 5.25px;
        left: 14.5rem;
    }

    header + nav.mobile {
        display: block;
    }
}

@media (max-width: 575px) {
    header > .content {
        height: 4.5rem;
    }

    header > .content .logo img {
        width: 12rem;
    }

    header > .content .logo h1 + span {
        font-size: .8rem;
        left: 1rem;
        line-height: .85rem;
    }

    header > .content .logo h1 + span > span {
        font-size: .6rem;
        line-height: .6rem;
    }

    header .structure i:nth-child(1) {
        height: 2px;
        left: 10.2rem
    }

    header .structure i:nth-child(4) {
        bottom: 3.75px;
        height: 3.25px;
        left: 10.5rem;
    }

    header .structure i:nth-child(5) {
        bottom: 8.75px;
        height: 3.75px;
        left: 10.75rem;
    }
}

@media (max-width: 374px) {
    header > .content nav a:last-child {
        display: none;
    }
}