h2 {
    font-weight: bold;
}

h3 {
    font-style: italic;
}

h4 {
    text-decoration: underline;
}

.menu-item.active {
    background-color: #607d8b !important;
    color: white;
}

.w3-sidebar a {
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
    text-align: left;
}

.w3-sidebar * {
    min-width: 0;
}

.header {
    height: 70px;
    background: #000070;
    color: white;
    position: sticky;
    top: 0;

    display: flex;
    align-items: center;
    padding: 0 16px;

    /* ? wichtig für Container Query */
    container-type: inline-size;
}

h1 {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
}

.titleShort {
    display: none;
}

.titleLong {
    white-space: nowrap;
}