/* This file includes only the color theme */

body {
    color: #505050;
    background-color: #f1f1f1;
    font-size: 14px;
}

#content {
    color: #505050;
    background-color: white;
}

a {
    color: #505050;
}

a:hover,
.active {
    color: black;
}

/* navbar */
#navbar_top {
    color: black;
    font-size: 18px;
    font-weight: bold;
}

#navbar_left {
    font-size: 16px;
}

#navbar_top > *:first-child,
.linktree > *:first-child {
    border: none;
}

#navbar_top > *,
.linktree > * {
    border-left: 1px solid black;
}

#navbar_left > .active {
    background-color: #85cddb;
}

#navbar_left > * {
    border: 1px solid #505050;
    border-top: none;
}

#navbar_left > *:first-child {
    border: 1px solid #505050;
}

.nav_links > a:hover,
#navbar_left > a:hover {
    color: white;
    background-color: #0097ba;
}

.nav_links > a { 
    background-color: white;
    border: 1px solid #505050;
    border-top: none;
    font-size: 16px;
    font-weight: normal;
}

.nav_links > a:first-child { 
    border: 1px solid #505050;
}

#breadcrumbs > *:hover {
    color: #85cddb;
}

#breadcrumbs > *::before {
    content: '> ';
}

#breadcrumbs > *:first-child:before {
    content: '';
}

#breadcrumbs > *:last-child {
    font-weight: bold;
}

.nav_links > a:hover,
#breadcrumbs > a:hover,
#navbar_left > a:hover,
#login > a:hover {
    text-decoration: none;
}

.contentheadline {
    color: #ffffff;
    background: #505050;
    font-size: 13px;
    font-weight: bold;
    padding: 0.5em 1em 0.5em 1em;
    margin-bottom: 0.5em;
}

#header {
    background-color: white;
}

#header > *:first-child,
#header > *:last-child {
    background-color: black;
}

#login {
    color: white;
}

#login > a {
    color: #11a3c3;
}

#login > a:hover {
    color: #0a677b;
}

#choose_lang {
    display: grid;
    gap: 0.5em;
}

#choose_lang > * {
    grid-row: 1;
}

#choose_lang > * > *{
    margin: auto;
}

#choose_lang > *,
.search-form > input[type="text"] {
    outline: none;
    border: 1px solid #cccccc;
    color: #c2c2c2;
    background-color: #383838;
    font-size: 12px;
    padding: 0.2em;
}

.search-submit {
    padding: 0;
    margin: auto;
}

.search-form > * {
    grid-row: 1;
}

.contentheadline {

}

th {
    white-space: nowrap;
}
td {
    white-space: nowrap;
}
.sortIcon {
    background: transparent;
    border: none;
    padding: 0;
    margin-right: 0;
    margin-left: 4px;
}
select {
    color: #505050;
    background-color: white;
    background-color: #fff;
    border: 1px solid #E3E3E3;
    border-radius: 2px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}
