#header,
div.navigation {
    background-color: unset;
    height: 100%;
}

#header {
    position: sticky;
}

div.linksBorderRight {
    border: unset;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    --bs-table-accent-bg: #71869b;
    --bs-table-color: white;
}

a:active, a:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-bg-type: #e9ecef !important;
}

.table-striped > tbody > tr:nth-of-type(even) > * {
    --bs-table-bg-type: #fffff !important;
}

.table th, .table td {
    border-top: none !important;
}

.alert-danger {
    background-color: #e9ecef !important;
    color: rgba(162, 44, 28, 1);
    border-color: rgba(162, 44, 28, 1) !important;
}

li.topnav {
    height: 28px !important;
}

div#navBarMenue {
    text-align: center;
}

div#navBarMenue ul {
    margin: 0 auto;
}

div#navBarMenue li {
    display: inline;
    text-align: center;
    margin-left: 3px;
    margin-right: 3px;
}

#navBarMenue_mobile {
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
}

li.topnav {
    background-color: transparent !important;
}

li.topnavActiveList {
    background-color: rgba(162, 44, 28, 1);
}

li.topnavActiveList:hover {
    background-color: #71869b !important;
}

div.navigation {
    background-color: #e9ecef;
}

#env {
    color: rgba(162, 44, 28, 1);
}

div#userinfo {
    height: 30px;
    background-color: #71869b;
}

#userinfo .favoritesBarText, #userinfo #userinfo_department_form {
    color: white !important;
}

div#userinfo form > div {
    padding-top: 6px;
    text-align: center;
}

.headerLogo {
    margin-top: 20px;
    margin-left: 0 !important;
}

div.formBg {
    background-color: #e9ecef;
    margin: 0 auto !important;
}

.btn-light {
    color: #f8f9f9;
    background-color: #71869b;
}

a {
    /*color: #69696A; Grau Schriftart*/
    color: #71869b !important;
}

a#logout {
    font-size: 0.9rem;
}

a:hover {
    color: rgba(162, 44, 28, 1) !important;
}

#local_bku_info {
    padding-left: 43px;
}

div.linksBorderRight {
    border-right: none;
}

div.linksBgColor {
    background-color: #e9ecef;
}

span.linkIcon {
    color: #71869b;
}

li.favoritesBarBorderRight {
    /* border-right: 3px solid #71869b; */
    border-right: none;
}

li.favoritesBarBorderRight img {
    padding-left: 5px;
}

input#SubmitId {
    background-color: #71869b !important;
}

div#passwordVerificationInfoBox {
    color: rgba(162, 44, 28, 1) !important;
    text-align: center;
}

.wrongRule {
    color: rgba(162, 44, 28, 1) !important;
}

.topnavText {
    color: #71869b !important;
}

.topnavText:hover {
    color: rgba(162, 44, 28, 1) !important;
}

.table-row {
    cursor: pointer !important;
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3rem;
    line-height: 1.25rem;
    background-color: rgba(162, 44, 28, 1);
    text-align: center;
    color: white;
    border-top: 3px solid #71869b;
    margin-bottom: 0 !important;
}

div#login {
    border-bottom: 2px solid #71869b;
    background-color: #e9ecef;
}

div#favoritenleiste {
    border-bottom: 2px solid #71869b;
    height: 30px !important;
    background-color: #e9ecef;
}

div#favoriten {
    padding-top: 2px;
}

div#header_container {
    background-color: #e9ecef;
    border-bottom: 2px solid #71869b;
}

.h3, h3 {
    color: #71869b;
}

.h3:hover, h3:hover {
    color: rgba(162, 44, 28, 1);
}

.h2, h2 {
    color: rgba(162, 44, 28, 1);
}

#applicationlist img {
    max-height: 50px;
}

td[id^=td_application_name] {
    white-space: nowrap;
}

#content_container {
    padding-left: 15px;
    margin-top: 4px;
}

.container {
    max-width: 1400px;
}

.drop-down-button {
    height: 20px;
    width: 150px;
    position: absolute;
    bottom: 10px;
    right: 20px;
    text-align: right;
    font-weight: normal;
    font-size: 0.9rem;
}

div.card-icon {
    width: 20px;
    margin-top: 8px;
}

.color-dark-grey {
    color: #343434;
}

.sans-serif {
    font-family: Sans-Serif, sans-serif;
}

.dropleft .dropdown-toggle::before {
    display: none;
}

.dropdown-item {
    white-space: normal;
}

body {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1rem;
}

.alert-danger {
    background-color: white;
    border-color: #f91212;
    color: #f91212;
}

.yScrollbar {
    height: 300px;
    overflow-y: auto;
}

@page {
    size: auto;
}

.skip {
    position: absolute;
    left: -1000em;
    width: 800px;
}

th {
    background-color: white;
    border-bottom: none !important;
}

td, th {
    cursor: default;
    font-size: 0.8rem;
    color: #343434;
}

div.hamburger {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
}

a.skip:active,
a.skip:focus,
a.skip:hover {
    left: 0;
    top: 0;
    overflow: visible;
    width: 26rem;
    display: block;
    color: white;
    background: #333;
    text-decoration: none;
    padding: 5px;
    position: absolute;
    font-weight: bold;
    z-index: 10;
}

a.text-decoration-underline {
    text-decoration: underline;
}

div.alert-secondary {
    background-color: #f8f9f9;
    color: #69696A;
}

.modal-backdrop {
    background: none;
}

/*Formular X-Small */
.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
    height: 18px;
}

.select-xs {
    font-size: .75rem;
    color: #343434;
}

.select-xs:focus {
    border-color: #343434;
    box-shadow: 0 1px 5px #69696A inset, 0 0 5px #69696A;
}

.navbar-light .navbar-nav .nav-link {
    color: #69696A;
}

.navbar-dark .navbar-toggler {
    border-color: white;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.nav-item {
    line-height: 1.2;
}

input.input-sm {
    float: left;
    text-align: left;
    font-size: .75rem;
    border: 1px solid gray;
    padding: 1px;
}

label.input-label-sm {
    float: left;
    text-align: left;
    font-size: .75rem;
    margin-left: .15rem;
    width: 18rem;
    padding-right: 28px;
    padding-top: 1px;
}

label.input-label {
    margin-bottom: 0;
}

input.input, select.select {
    font-size: .875rem;
    color: #69696A;
}

/* form in table*/
input.input_valide, input.input_valide:focus {
    border-color: #61780F;
    box-shadow: 0 1px 5px #61780F inset, 0 0 5px #61780F;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input.input_invalide, input.input_invalide:focus {
    border-color: #f91212;
    box-shadow: 0 1px 5px #f91212 inset, 0 0 5px #f91212;
}

input.input-table {
    font-size: .75rem;
    height: 24px;
    color: #69696A;
}

.form-control {
    color: #343434;
    border-color: #343434;
}

.form-control:focus {
    border-color: #343434;
    box-shadow: 0 1px 5px #69696A inset, 0 0 5px #69696A;
}

.logo {
    height: 60px;
}

div.links {
    height: 22px;
}

div.maxSize {
    width: 100%;
    height: 100%;
}

.padding15 {
    padding: 15px;
}

.paddingLeft5 {
    padding-left: 5px;
}

.marginTop4px {
    margin-top: 4px;
}

.marginTop5px {
    margin-top: 5px;
}

.marginBottom5px {
    margin-bottom: 5px;
}

img.favoritesBar.appimg {
    max-width: 100px;
    height: 20px;
}

.colorRed {
    color: #f91212;
}

.colorOrange {
    color: orange;
}

ul.bgLightGrey, div.bgLightGrey {
    background-color: #f8f9f9;
}

div.bgUserinfo {
    background-color: white;
}

div.heightHeader {
    height: 6rem;
}

.padding4 {
    padding: 0.25rem;
}

.line-height-12 {
    line-height: 1.2;
}

.height20 {
    height: 20px;
}

div.height35 {
    height: 35px;
}

div.height30 {
    height: 30px;
}

div.height15 {
    height: 15px;
}

div.height1 {
    height: 1px;
}

div.height10 {
    height: 10px;
}

div.height45 {
    height: 45px;
}

div.containerMargin {
    margin-top: 8px;
    padding-left: 5px;
    padding-right: 25px;
}

div.alertMargin {
    margin-left: -15px;
    margin-right: -15px;
}

div.maxWidth600 {
    max-width: 600px;
}

div.paddingTop3 {
    padding-top: 3px;
}

.maxWidth15 {
    max-width: 15px;
}

div.maxWidth50 {
    max-width: 50px;
}

.maxWidth100 {
    max-width: 100px;
}

.width40 {
    min-width: 40px;
    width: 40px;
    max-width: 0;
}

.maxWidth20 {
    max-width: 20px;
}

div.maxWidth150 {
    max-width: 150px;
}

div.maxWidth200 {
    max-width: 200px;
}

div.maxWidth300 {
    max-width: 300px;
}

div.maxWidth500 {
    max-width: 500px;
}

div.minWidth200 {
    min-width: 200px;
}

.width220 {
    min-width: 220px;
    max-width: 220px;
}

div.width250 {
    min-width: 250px;
    max-width: 250px;
}

div.paddingTop2 {
    padding-top: 2px;
}

div.width250 {
    min-width: 250px;
    max-width: 250px;
}

div.width350 {
    min-width: 350px;
    max-width: 350px;
}

label.minWidth150 {
    min-width: 150px;
}

li.marginTop3px {
    margin-top: 3px;
}

.marginLeft2 {
    margin-left: 2px;
}

.marginLeft12 {
    margin-left: 12px !important;
}

.headerLogo {
    margin-top: 3px;
    margin-left: 15px;
}

.headerLogoMobile {
    max-width: 80px;
    min-width: 80px;
}

.widthTableInput {
    min-width: 80px;
    max-width: 80px;
}

.marginleft15px {
    margin-left: 15px;
}

div.margin15px {
    margin-left: 15px;
    margin-right: 15px;
}

.marginTopMinus3 {
    margin-top: -3px;
}

div.marginRightMinus15 {
    margin-right: -15px;
}

.marginLeftM25 {
    margin-left: -25px;
}

div.positionTopnav {
    margin-top: 170px;
    margin-left: 30px;
}

.marginLeftM5 {
    margin-left: -5px;
}

.statusok {
    color: #61780F;
}

.statusnok {
    color: #f91212;
}

div.topnav {
    min-width: 260px;
    margin-left: -15px;
}

#logo_mobile {
    height: 100%;
    width: 150px;
}

li.topnav {
    color: #69696A;
    background-color: #f8f9f9;
    display: block;
    width: 250px;
    line-height: 0;
}

ul.topnav_hamburger {
    margin-top: 3.5rem;
    background-color: #e9ecef;
    gap: 0.5rem;
}

li.topnav:hover {
    background-color: white;
    color: #343434;
}

li.topnavActive {
    display: block;
    width: 100%;
    line-height: 0;
    background-color: #69696A;
    color: white;
    font-weight: bold;
}

li.topnavActive:hover {
    background-color: #343434;
}

.topnavActiveText {
    font-weight: normal;
    color: white;
    text-decoration: none;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1rem;
    margin: 10px;
    vertical-align: top;
    line-height: 1;
    box-sizing: content-box;
}

div.padding0 {
    padding-left: 0;
    padding-right: 0;
}

.topnavText {
    font-weight: normal;
    color: #343434;
    text-decoration: none;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1rem;
    margin: 10px;
    vertical-align: top;
    line-height: 1;
    box-sizing: content-box;
}

span.marginLeft5 {
    margin-left: 5px;
}

span.favImg, span.topnavImg {
    font-size: 1rem;
    font-style: normal;
    color: #343434;
    box-sizing: content-box;
}

span.topnavImgActive {
    font-size: 1rem;
    color: white;
    box-sizing: content-box;
}

input.image_bku {
    height: 80px;
    width: 80px;
    border: none;
}

a.link_bku {
    text-align: center;
    width: 80px;
}

h1 {
    font-weight: bold;
    text-decoration: none;
    word-break: break-word;
    font-size: 1rem;
    margin-top: .3rem;
    margin-bottom: 0;
    color: white;
    hyphens: auto;
}

.textDecorationNone {
    text-decoration: none !important;
}

label {
    font-size: 1rem;
    color: #343434;
    hyphens: auto;
}

.h4, h4 {
    font-size: 0.9rem;
    color: #343434;
    hyphens: auto;
    font-family: Verdana, Helvetica, sans-serif;
}

.h5, h5 {
    font-size: 0.8rem;
    color: #343434;
}

.favoritesBarText {
    font-size: 0.8rem;
    color: #343434;
    margin-right: 10px;
    margin-left: 10px;
}

.h6, h6 {
    font-size: 0.8rem;
    font-style: italic;
    hyphens: auto;
}

a:hover, a:active, span.tableLink:hover, span.tableLink:active {
    text-decoration: underline;
    outline: none;
    color: #5D720E;
}

h3:hover, .h3:active {
    text-decoration: none;
    color: #5D720E;
}

span.linkIcon {
    font-size: 1rem;
    color: #343434;
    font-style: normal;
    margin-top: 2px;
}

span.tableLink {
    color: #5D720E;
    font-weight: bold;
}

.cursorPointer {
    cursor: pointer;
}

.applicationInactive {
    cursor: default;
    color: #69696A;
}

.applicationInactive:hover {
    cursor: pointer;
    color: #69696A;
    text-decoration: none;
}

.headline {
    font-weight: bold;
    text-decoration: none;
    word-break: break-word;
}

a.texecorationNone {
    text-decoration: none;
}

#applicationlist tr.offline_applikation .application a {
    color: #8a2b1b;
}

#applicationlist tr.offline_applikation {
    background-color: #fcf0ee;
}

#applicationlist tr.offline_applikation:hover {
    background-color: #f9c4bb;
}

.messageBox {
    background-color: #f8f9f9;
    padding: 0.2rem;
    margin: 1rem 0;
    clear: both;
}

div.eingabe input {
    border: 1px solid #69696A;
}

div.eingabe input:focus {
    border: 1px solid black;
}

div.eingabe input.input_valide,
div.eingabe input.input_valide:focus {
    border: 1px solid #61780F;
}

div.eingabe input.input_invalide,
div.eingabe input.input_invalide:focus {
    border: 1px solid #f91212;
}

#infoBox ul {
    list-style: none;
}

div.openInfoBox,
.okRuleGroup,
.visible,
div.visible {
    display: block !important;
}

div.closeInfoBox,
.wrongRuleGroup,
.hidden,
div.hidden {
    display: none !important;
}

.okRule {
    color: #61780F;
}

.wrongRule {
    color: #f91212;
}

.unproofedRule {
    color: blue;
}

#loginField #infoBox {
    top: 0;
}

#infoBox, #passwordVerificationInfoBox {
    display: none;
}

#infoBox:after,
#infoBox:before,
#passwordVerificationInfoBox:after,
#passwordVerificationInfoBox:before {
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
}

@media (max-width: 1629px) {
    .topnavLayout {
        width: 200px;
    }
}

@media (min-width: 1630px) {
    .topnavLayout {
        width: 1px;
    }
}

@media screen and (max-width: 1200px) {
    h1 {
        margin-top: -2px;
    }

    #header {
        align-items: center;
    }
}

@media (min-width: 1200px) {
    #topnav_mobile_favorites_list {
        display: none;
    }

    #mobile_logout {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    h1 {
        margin-top: -2px;
        font-size: 0.7rem;
    }
}

.image_eid {
    height: 40px;
    width: 80px;
    border: none
}

.form-row {
    background-color: #e9ecef;
}

.change-password-form {
    width: 100%;
    margin: auto;
    background-color: #e9ecef;
    padding: 1rem;
}

@media (min-width: 1200px) {
    .change-password-form {
        width: 50%;
    }
}

#loginBlock_row {
    background: none;
}