html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

.navbar {
    position: fixed;
   /* top: 0;
    left: 0;*/
    width: 100%;
    z-index: 1000;
    /*margin-bottom: 30px;*/
}

nav .container {
    margin-left: 25px;
}

.footer[b-wcu708t22e] {
    position: fixed !important;
    z-index: 1200;
    background-color: whitesmoke;
}

table.versionTable {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

th, td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

body {
    margin: 0;
    margin-left: 0;
    font-family: 'Quicksand', sans-serif;
    background-color: whitesmoke;
}

.main_container {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    padding: 5px;
}

div.container2 {
    /* display: flex;
    margin-bottom: 60px;
    position: relative;
    top: 100px;
    left: 20px;
    bottom: 60px;
    z-index: 1100;*/
}

div.sidebar {
    width: 300px;
    background-color: #71A3DD;
    /*padding: 0;*/
    padding-top: 20px;
    position: fixed;
    top: 100px;
    display: flex;
    z-index: 1000;
    flex-direction: column;
    border-radius: 10px;
    height: calc(100vh - 180px); /* Volle Höhe des Bildschirms für die Sidebar */
    align-items: center;
    overflow-y: auto;
}

dropdown-container {
    display: flex;
    flex-direction: row;
}

.dropdown {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row
}

    .dropdown select {
        border-radius: 10px;
    }

    .dropdown h2 {
        margin-bottom: 10px;
        font-size: 16px;
        margin-right: 8px;
    }

    .dropdown ul {
        list-style: none;
        padding: 0;
    }

    .dropdown li {
        margin-bottom: 8px;
    }

    .dropdown a {
        text-decoration: none;
        color: #333;
    }

.search {
    width: calc(100% - 32px);
    margin-top: 40px;
    /*position: sticky;
    top: 0;*/
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 32px;
    /*background-color: aqua;*/
}

    .search h2 {
        font-size: 16px;
    }

    .search input {
        width: calc(100% - 16px); /* 100% Breite abzüglich des doppelten Abstands (8px links und 8px rechts) */
        padding: 8px;
        margin-right: 8px;
        margin-left: 8px;
        border-radius: 10px;
    }

.content {
    flex-grow: 1;
    /*padding: 20px;*/
    background-color: whitesmoke;
    margin-bottom: 60px;
    margin-left: 320px;
    position: sticky;
    margin-top: 100px;
}

.nav-item {
    display: flex;
    flex-direction: row;
    padding: 20px;
}

.custom-select {
    margin-left: 7px;
}

.navigation {
    /* Füge hier, falls gewünscht, weitere Styles für das äußere Div hinzu */
    /*background-color: burlywood;*/
    /*position: sticky;
    top: 0;*/
    width: calc(100% - 10px);
    margin-left: 0;
}

/* Stil für die Liste mit der Klasse "navigation-list" innerhalb des "navigation"-Divs */
.navigation-list {
    list-style: none;
    margin-left: 8px;
    padding: 0;
}

.nested-detail {
    cursor: pointer;
}

details.end-detail > summary {
    list-style-type: disc;
}

details.end-detail a {
    text-decoration: none;
    color: #333;
}

.separator {
    border: 2px solid #555; /* Set the color of the separator line */
    margin: 10px 0; /* Adjust the margin for spacing */
}
