table {
    hyphens: auto;
}

.container__aside {
    hyphens: auto;
}

strong {
    color: #BE0A5F !important;
}

container__nav {
    float: right;
    display: block;
    position: relative;
    width: 200px;
}

.hermespjm {
    text-align: left;
}

.hermespjm thead tr th, .darkblue {
    background-color: #009EDB !important;
    text-align: center;
    color: #ffffff !important;
    font-weight: 700;
    text-transform: uppercase;
}

.hermespjm thead tr th span a, .darkblue span.pgmmodul a, .darkblue span.pgmszenario a, .darkblue span a{
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 700;
}

.hermespjm thead tr th span a:hover, .darkblue span.pgmmodul a:hover, .darkblue span.pgmszenario a:hover, .darkblue span a:hover {
    color: var(--color-primary-600);
}

.hermespjm thead tr th {
    color: #ffffff;
}

.hermespjm tr td {
    color: #000000;
}

.hermespjm tr td span a {
    color: #000000;
}

.hermespjm tr td span a:hover {
    color: var(--color-primary-600);
}

.hermespjm tr:nth-child(odd), .white {
    background-color: #ffffff;
}

.hermespjm tr:nth-child(even), .blue {
    background-color: #ADE7FE !important;
}

.pjmergebnis-minimal a {
    color: #ff00ff !important;
}

.pjmaufgabe-entscheid a {
    color: #ff00ff !important;
}

.pjmergebnis-meilenstein a {
    color: #ff0000 !important;
}



.hermespgm {
    text-align: left;
}

.hermespgm thead tr th, .darklila {
    background-color: #596CBB !important;
    text-align: center;
    color: #ffffff !important;
    font-weight: 700;
    text-transform: uppercase;
}

.hermespgm thead tr th span a, .darklila span.pgmmodul a {
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 700;
}

.hermespgm thead tr th span a:hover, .hermespgm thead tr th, .darkblue span.pgmmodul a:hover, .darkblue span.pgmszenario a:hover, .darkblue span a:hover {
    color: var(--color-primary-600);
}

.hermespgm thead tr th {
    color: #ffffff;
}

.hermespgm tr td {
    color: #000000;
}

.hermespgm tr td span a {
    color: #000000;
}

.hermespgm tr td span a:hover {
    color: var(--color-primary-600);
}

.hermespgm tr:nth-child(odd) {
    background-color: #ffffff;
}

.hermespgm tr:nth-child(even), .lila {
    background-color: #ACB2DD !important
}

.pgmergebnis-minimal a {
    color: #ff00ff !important;
}

.pgmaufgabe-entscheid a {
    color: #ff00ff !important;
}

.pgmergebnis-meilenstein a {
    color: #ff0000 !important;
}



.high {
    height: 300px;
}

.middle {
    vertical-align: middle;
}

.rotate {
    position: relative ;
}

.rotate span {
    bottom: 5px ;
    left: 50% ;
    position: absolute ;
    transform: rotate( -90deg ) ;
    transform-origin: center left ;
    white-space: nowrap ;
}

.hermespjm-projektuebersicht-row {
    height: 1px;
}

.hermespjm-projektuebersicht-cell {
    font-size: smaller !important;
    text-align: left;
    vertical-align: top;
    padding: 5px;
    border: #ccc 1px solid;
    height: inherit;
}

.hermespjm-projektuebersicht-container {
    position: relative;
    height: 100%;
    margin-bottom: 15px;
}

.hermespjm-projektuebersicht-cell-empty {
    background-color: #ccc;
}

.hermespjm-projektuebersicht-cell-aufgabe {

}

.hermespjm-projektuebersicht-cell-ergebnisse {
    font-size: xx-small;
}

.hermespjm-projektuebersicht-cell:hover {
    background-color: rgba(0, 158, 219, 0.6);
}

.blacklink {
    color: #000 !important;
}

.linethrough {
    text-decoration: line-through;
}

.hermespjm-projektuebersicht-cell-verantwortlicher {
    font-size: xx-small;
    text-align: right;
    vertical-align: bottom;
    position: absolute;
    bottom: 2px;
    right: 2px;
}

.mobile-menu {
    padding: 20px;
    font-size: x-large;
}

.modal {
    margin-top: 0 !important;
}

.btn__text-centered {
    word-break: break-word !important;
}

.container__main {
    overflow: hidden;
}

.modal-open #main-header {
    position: relative;
    z-index: -500;
}

.gcsc-find-more-on-google {display: none!important}

u {
    text-decoration-style: dotted;
    text-decoration-color: currentColor;
}

span.tooltip {
    /* gestrichelte Unterstreichung */
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-color: currentColor;

    /* optional: hilft, den Tooltip-Hinweis erkennbar zu machen */
    cursor: help;
}

span.tooltip-class {
    padding-left: 5px;
    padding-right: 5px;
    background-color: #ff5500;
}


ul.badgelist {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 600px;
}

ul.badgelist li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding: 8px;
    border-bottom: 1px solid #ddd;
}

ul.badgelist li:last-child {
    border-bottom: 0px;
}

.badgelistitem-text {
    flex: 1 1 200px;
    margin-right: 10px;
}

.badgelistitem-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-end;
    min-width: 100px;
}

.badgelistitem-badge {
    padding: 4px 10px;
    background-color: rgb(0, 158, 219);
    color: white;
    border-radius: 12px;
    font-size: 12px;
    white-space: nowrap;
}
