@charset "utf-8";



.tooltip[data-tooltip]:hover:after {
    content: attr(data-tooltip);
    padding: 10px;
    position: absolute;
    left: 100%;
    white-space: nowrap;
    z-index: 100;
    background-color: #2e5818;
    color: #fff;
}



.nav {
    position: relative;
    display: inline-block;
    height: 100%;
    top: 0px;
    overflow: visible;
    vertical-align: top;
}

.nav div {
    cursor: pointer;
}

#nav1 {
    background-color: #468524;
    width: 72px;
    z-index: 100;
}

#nav1 .nav1link {
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 19px;
    padding-right: 19px;
}

#nav1 .nav1link:hover {
    background-color: #6dbf3f;
    position: relative;
}

#nav1 .nav1link img {
    height: 33px;
}

#nav1 span {
    color: #fff;
    font-size: 10px;
    display: block;
    padding: 4px;
    overflow: hidden;
    cursor: pointer;
    background-color: #37691c;
    margin-top: 1px;
    max-height: 30px;
}

#nav1 span:hover {
    background-color: #6dbf3f;
}



#nav1 .nav1profil {
    border-radius: 50%;
    display: inline-block;
    width: 33px;
    height: 33px;
    padding: 0px;
    overflow: hidden;
    margin-top: 9px;
    margin-bottom: 9px;
    margin-left: 19px;
    margin-right: 19px;
    position: absolute;
    bottom: 8px;
    left: 0px;
    transition: all 0.2s;
}

#nav1 .nav1profil img {
    height: 33px;
    width: 33px;
    object-fit: cover;
    object-position: center center;
}

#nav1 .nav1profil:hover {
    transform: scale(1.1);
    filter: brightness(1.1);
}



#nav1 #neuemailszahl, #nav1 #neueaufgabenzahl, #nav1 #neuechatzahl, #nav1 #neue_mitarbeiter_antraege {
    background-color: #cb0000;
    border: 2px solid #fff;
    float: right;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    padding: 4px;
    border-radius: 16px;
    position: relative;
    top: -16px;
}





.nav2 {
    background-color: #6bbb3e;
    left: -4px;
    width: 144px;
}

.nav2 .nav2img {
    width: 64px;
    margin-left: 40px;
    margin-bottom: 16px;
    margin-top: 16px;
}

.nav2 .nav2link:first-of-type {
    border-top: 1px solid #9ce375;
}

.nav2 .nav2link {
    padding: 6px 0px 6px 8px;
    border-bottom: 1px solid #9ce375;
    color: #fff;
    white-space: nowrap;
}

.nav2 .nav2link:hover {
    background-color: #9ce375;
}

.nav2 .nav2link img {
    width: 24px;
    margin-right: 4px;
    vertical-align: middle;
}

.nav2 .nav2link span {
    font-size: 12px;
    vertical-align: middle;
    white-space: normal;
    display: inline-block;
    width: 100px;
}

.nav2 .nav2link.versteckt {
    display: none;
}



.nav2 .nurselect {
    display: none;
}

.nav2 .sicher {
    background-color: #bf663f;
}

.nav2 .sicher:hover {
    background-color: #e57b4d;
}



.nav2 .mittrenner {
    border-top: 1px solid #9ce375;
    margin-top: 16px;
}



#menubutton {
    background-color: #9ce375;
    padding: 8px;
    position: absolute;
    top: 4px;
    left: 4px;
    display: none;
}