.noS {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hContainer {
    background: #006398;
    height: 90px;
    display: flex;
    justify-content: center;

}

.hContainer .mainHeader {
    display: flex;
    align-items: center;
    width: var(--count-min-width);
}

/*.mainHeader .rightSide{*/
/*    margin-left: auto;*/
/*}*/
.mainHeader > div > div {
    font-size: 20px;
    color: #b9e5fb;
    margin: auto;
}

.closeMenu .menuItems {
    display: none;
    font-size: 16px;
    color: #2c85b5;
    background-color: #fff;
    min-width: 220px;
    min-height: 110px;
    border-radius: 10px;
    box-shadow: 0 10px 10px -7px #0000001a;
    top: 70px;
    left: 10px;
    z-index: 999999;
}

.closeMenu .menuItems::before {
    content: "";
    position: absolute;
    left: 13px;
    top: -23px;
    height: 0;
    width: 0;
    border-bottom: 12px solid white;
    border-top: 12px solid #ff000000;
    border-left: 12px solid #ff000000;
    border-right: 12px solid #ff000000;
}

.closeMenu .menuItems.dr {
    left: auto;
    right: 10px;
}

.closeMenu .menuItems.dr::before {
    left: auto;
    right: 10px;
}

.closeMenu .menuItems ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
}

.closeMenu .menuItems.dr ul li:nth-child(1) {
    background-color: #ececec
}

.closeMenu .menuItems ul li {
    align-items: center;
    padding: 10px 17px 10px 0;
    border-bottom: 1px solid #e6e6e6;
}

.closeMenu .menuItems ul li.abmelden i {
    margin: 0 15px;
}

.closeMenu .menuItems ul li.abmelden form a {
    color: inherit;
    text-decoration: none;
}

.closeMenu .menuItems ul li:hover {
    background-color: #f6f6f6;
}

.closeMenu .menuItems ul li div.menuitem {
    display: grid;
    grid-template-columns: auto 40px;
}

div.menuitem .iLeft {
    display: flex;
}

div.menuitem .iLeft .iTitle {
    margin: 0 10px 0 0;
    width: 190px;
}

div.menuitem .iLeft .iIcon {
    width: 45px;
    text-align: center;
}

div.menuitem .iRight {
    margin-left: auto;
}

div.menuitem > div > a {
    color: inherit;
    text-decoration: none;
}

#bg {
    position: fixed;
    background: #00000073;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9000;
}

.BNR::before {
    content: attr(data-bnr);
    font-family: inherit;
    margin-left: 13px;
    font-weight: 600;
}


.mainHeader .mitte {
    background: none;
    display: flex;
    width: 100%;
    /*margin-left: 200px; muss wieder rein wenn der Timer wieder da sein sollte*/
    margin-right: 100px;
}

.mainHeader .mitte > .Titlehead {
    display: flex;
    margin: auto;
    color: #fff;
    font-size: 28px;
}

.mainHeader .mitte > .Titlehead p {
    margin: 0px;
}

div.menuitem div a:hover {
    color: green;
    transition: 0.2s;
}

.nummerDesTitle {
    display: flex;
    flex-direction: column;
    margin-left: 5px;
}

div > div > div.nummerDesTitle > span {
    width: max-content !important;
}

div > div > div.iIcon.BNR {
    width: max-content !important;
}

div.rightSide.c.r.closeMenu .menuItems ul li div.menuitem {
    grid-template-columns: auto;
}

div.noscript, div.nocookies, div.wrongBrowser, div.wartebereich {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    overflow: hidden;
}

div.noscript span {
    max-width: 600px;
    background: #dc3545;
    margin: 0 10px;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.35);
    font-size: 20px;
}

div.nocookies.block {
    display: flex;
}

div.nocookies {
    display: none;
}

div.nocookies span {
    max-width: 600px;
    background: #dc3545;
    margin: 0 10px;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.35);
    font-size: 20px;
}

div.wrongBrowser span {
    max-width: 600px;
    background: #dc3545;
    margin: 0 10px;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.35);
    font-size: 20px;
}

div.wartebereich span {
    max-width: 600px;
    background: #dc3545;
    margin: 0 10px;
    color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.35);
    font-size: 20px;
    z-index: 99;
}

div.wartebereich.block {
    display: flex;
}

div.wartebereich {
    display: none;

}

div.wrongBrowser.block {
    display: flex;
}

div.wrongBrowser {
    display: none;
}

/*div.browserMeldung {*/
/*    display: none;*/
/*}*/

/*div.browserMeldung.block {*/
/*    background: #ffdb8c;*/
/*    text-align: center;*/
/*    padding: 10px;*/
/*    display: block;*/
/*}*/

/*div.browserMeldung span {*/
/*    color: #525252;*/
/*}*/

/*div.browserMeldung span a {*/
/*    color: #110dff;*/
/*    text-decoration: none;*/
/*}*/

/*div.browserMeldung span a:hover {*/
/*    color: #0400da;*/
/*    text-decoration: none;*/
/*}*/

.browserIcon {
    width: 25%;
}

.browserIcon:hover {
    opacity: 0.5;
}

.linkText:hover {
    color: black;
}

#rechnerID {
    color: #80b6d3;
}

.message-badge {
    z-index: 10;
    background-color: #F35A5A !important;
    border-radius: 50%;
    width: 20px !important;
    height: 20px !important;
    text-align: center;
    padding: 5px;
    position: relative;
    right: 15px;
    top: -14px;
    float: right;
}

.message-count {
    font-size: 10px !important;
    font-weight: bold;
    position: relative;
    display: block;
    text-align: center;
    top: -3px;
    color: #FFF !important;
}


#chromeLink {
    color: #000000;
}

#firefoxLink {
    color: #000000;
}

#edgeLink {
    color: #000000;
}

.col-lg-4 {
    width: 200px;
    /*position:relative;*/
    text-align: center;
}


#headMainBnr {
    color: white;
    white-space: nowrap !important;
    padding-top: 15px !important;
    margin-left: 20px !important;
}

#headMainTimer {
    color: white;
    white-space: nowrap !important;
    padding-top: 15px !important;
    margin-right: 15px !important;
    padding-right: 30px !important;
}

#headMainTimerInfo {
    float: left;
    padding-top: 19px !important;
    padding-right: 10px !important;
    color: #de3d3d;
}

.prettyline {
    height: 5px;
    border-top: 0;
    background: #c4e17f;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

.rightMenuText {
    margin-left: 10px;
}

.iLeft {
    margin-left: 10px;
}

.iIcon {
    margin-left: 10px;
}

/* Deactiviert das Auge fÃ¼r Input-Password auf Edge IE10+ */
input::-ms-reveal {
    display: none;
}
div#onOffline:not(:empty){
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    background-color: #12121270;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 40px;
    text-shadow: 0 0 10px black;
}
div#onOffline span {
    background: #3c3c3c;
    padding: 15px;
    border-radius: 15px;
    width: 550px;
    text-align: center;
}
div#onOffline span i {
    color: red;
}
/* (generische LÃ¶sung) Deaktivieren alle Formulare Stepper anklicken zu kÃ¶nnen */
.XNavigationBar{
    pointer-events: none;
}

.badge {
    z-index: 1;
}

.old-font {
    font-family: Arial, Helvetica, sans-serif !important;
}