.header {
    position: fixed;
    top: 0;
    left: 243px;
    z-index: 3;
    max-width: calc(100vw - 243px);
    width: 100%;
    height: 96px;
    background-color: var(--text-white);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 96px;
    padding-right: 40px;
}

.header-headline {
    display: flex;
}

.headImg-left {
    display: none;
}

.header-right-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 16px;
}

.header-right-container img {
    width: 32px;
}

.header-user-circle {
    border-radius: 50%;
    width: 56px;
    height: 56px;
    color: #29ABE2;
    border: 3px solid black;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.header-user-circle:hover {
    background: #E1E5EC;
    cursor: pointer;
}

.sidebar {
    position: fixed;
    padding: 64px 0;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    width: 243px;
    background-color: var(--main-color) !important;
    overflow-y: auto;
    z-index: 1;
}

.logo-container {
    padding-left: 52px;
}

.sidebar-text {
    height: 30px;
    gap: 15px;
    color: #CDCDCD;
}

.sidebar-text-sub {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 56px;
    width: 100%;
}

.sidebar-text-sub img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.sidebar-text-area {
    width: 100%;
}

.sidebar-text-area a {
    text-decoration: none;
}

.sidebar-category {
    margin: 7.5px 0;
}

.sidebar-category:hover {
    background: #2A3D59;
}

.sidebar-quicklinks {
    display: flex !important;
    flex-direction: column;
    gap: 4px;
    padding-left: 52px !important;
}

.sidebar-bottom {
    padding: 8px;
    color: var(--text-color);
    text-decoration: none;
}

.sidebar-bottom:hover {
    color: var(--headline) !important;
    font-weight: bold;
}

.html-active {
    background-color: #091931;
}

.police {
    display: flex;
    justify-content: center;
}

.header-title {
    display: flex;
    display: flex;
    align-items: center;
}

#header-summary {
    margin-top: 110px;
    display: flex;
    align-items: center;
    margin-bottom: 56px;
    justify-content: space-evenly;
}

@media (max-width: 1000px) {
    .header {
        padding-left: 59px;
        padding-right: 59px;
    }

    .header {
        position: fixed;
        top: 0;
        left: 160px;
        z-index: 3;
        max-width: calc(100vw - 160px);
        width: 100%;
        height: 96px;
        background-color: var(--text-white);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sidebar {
        width: calc(243px - 83px);
    }

    .sidebar-text-sub {
        padding: 8px 20px;
    }

    .sidebar-quicklinks {
        padding-left: 20px !important;
    }

    .logo-container {
        padding-left: 24px;
    }
}

@media(max-width: 768px) {
    .header {
        position: fixed;
        top: 0;
        left: 0px;
        height: 80px !important;
        z-index: 3;
        width: 100%;
        max-width: unset;
        background-color: var(--text-white);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
        display: flex;
        align-items: center;
        padding-left: 16px;
        padding-right: 16px;
        margin-bottom: 110px;
    }

    .header-headline {
        display: none !important;
    }

    .headImg-left {
        display: unset;
    }

    .fontAtMobile {
        font-size: 14px !important;
    }

    #header-summary {
        margin-bottom: 0px;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: space-between;
        align-items: flex-start;
        margin-left: 9px;
        margin-top: 0;
    }

    .sidebar {
        position: fixed;
        left: 0;
        padding: 0 0 !important;
        top: unset;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        height: 80px;
        width: 100vw;
        background-color: var(--main-color) !important;
    }

    .logo-container {
        display: none;
    }

    .sidebar-quicklinks {
        display: none !important;
    }

    .sidebar-category:hover {
        background: none;
    }

    .sidebar-text-sub {
        flex-direction: column !important;
        font-size: 14px !important;
        height: 76px !important;
        width: 76px !important;
        padding: 0 0 !important;
        justify-content: center !important;
    }

    .sidebar-text-area {
        display: flex !important;
        flex-direction: row !important;
        height: 80px !important;
        width: 100vw !important;
        justify-content: space-around !important;
        align-items: center !important;
    }

    .sidebar-text-sub img {
        width: 24px !important;
        height: 24px !important;
    }

    .html-active {
        border-radius: 16px;
    }

    .header-mobile-container {
        flex: 1;
        flex-direction: column-reverse;
        justify-content: flex-end;
        height: 0px;
        padding-top: 10px;
    }

    .header-mobile {
        display: flex;
        background-color: var(--main-color);
        width: 100%;
    }

    .sidebar-mobile {
        display: flex;
    }

    .sidebar-mobile {
        display: flex;
        width: 100%;
    }

    .header-user-circle {
        width: 40px !important;
        height: 40px !important;
    }

    .fontSize16 {
        font-size: 14px !important;
    }
}