:root {
    --LagerPlatzRot: #fd6767;
    --LagerPlatzRotHalbTransparent: #fd676766;
    --LagerPlatzGelb: #dfdc25; /* LightYellow */
    --LagerPlatzGelbHalbTransparent: #dfdc2566;
    --LagerPlatzTuerkis: #98FB98;
    --LagerPlatzTuerkisHalbTransparent: #98FB9866;
    --LagerPlatzOrange: #ffa07a;
    --LagerPlatzOrangeHalbTransparent: #ffa07a66;
    --LagerPlatzGruen: #FFFFFF; /* PaleGreen */
    --LagerPlatzGruenHalbTransparent: #FFFFFF66;
    --LagerPlatzHellblau: #E0FFFF; /* LightCyan */
    --LagerPlatzHellblauHalbTransparent: #E0FFFF66;
    --VoMiBlau: #0075c0;
    --TextGrau: dimgray;
}



.main-menu:hover, nav.main-menu.expanded {
    width: 400px;
    overflow: visible;
    transition-delay: 0.5s;
}

.main-menu {
    background: #4d4d4d;
    border-right: 1px solid #e5e5e5;
    position: absolute;
    padding-top: 10px;
    bottom: 0px;
    height: calc(100% - 10px);
    left: 0;
    width: 60px;
    overflow: hidden;
    -webkit-transition: width .1s linear;
    transition: width .1s linear;
    -webkit-transform: translateZ(0) scale(1,1);
    z-index: 10000;
    float: left;
    position: fixed;
}
    .main-menu *{
        text-decoration:none !important;
    }

    .main-menu > ul {
        margin: 7px 0;
    }
	.main-menu > li
	{
		line-height: 36px;
	}

    .main-menu li {
        position: relative;
        width: 400px;
        min-height: 36px;
        height:36px;
        display: inline-block;
    }
    .main-menu li ul li {
        position: relative;
        width: 370px;
        min-height: 36px;
        line-height: 36px;
        padding-left: 30px;
        display: inline-block;
    }
	
	.divNaviLinkWrapper{
		height:36px;
	}
	
.divNaviLinkWrapper a {
    min-height: 36px;
    display: inline-block;
    width:400px;
}

.divNaviLinkWrapperWithAddNew a:first-of-type {
    min-height: 36px;
    display: inline-block;
    width: 290px;
    float:left;
    /*background-color:red !important;*/
}

.divNaviLinkWrapperWithAddNew a:nth-of-type(2) {
    min-height: 30px;
    height: 30px;
    margin: 4px;
    display: inline-block;
    width: 84px;
    border: 1px solid white;
    border-radius: 10px;

    /*background-color: blue !important;*/
}
    .divNaviLinkWrapperWithAddNew a:nth-of-type(2) *
    {
        height:30px;
        line-height:30px;
    }
    .divNaviLinkWrapperWithAddNew a:nth-of-type(2):hover {
        cursor: cell;

    }

        .divNaviLinkWrapperWithAddNew a:nth-of-type(2) .fa {
            width: 40px;
            min-width: 40px;
        }

    .ulSubNavi .divNaviLinkWrapperWithAddNew a:first-of-type {
        width: 270px;
    }
    .divNaviLinkWrapper:hover {
    background-color: var(--VoMiBlau);
}

.main-menu li ul #activeNaviLink {
    background-color: var(--VoMiBlau);
}

.main-menu li ul #activeNaviLink * {
font-weight:bold;
}

.main-menu li > a {
position: relative;
display: table;
border-collapse: collapse;
border-spacing: 0;
color: #FFFFFF;
font-family: arial;
font-size: 14px;
text-decoration: none;
-webkit-transform: translateZ(0) scale(1,1);
-webkit-transition: all .1s linear;
transition: all .1s linear;
float:left;
}

.main-menu li > a.SubMenuAvailable{
width:calc(100% - 50px);
padding-right:50px;
}

.main-menu .nav-icon {
position: relative;
display: table-cell;
width: 60px;
height: 36px;
text-align: center;
vertical-align: middle;
font-size: 18px;
}
    .main-menu li > a.NoSiteAvailable {
        cursor:pointer;
    }
.main-menu .nav-text {
position: relative;
display: table-cell;
vertical-align: middle;
width: 320px;
font-family: 'Titillium Web', sans-serif;
font-size:16px;
line-height:36px;
}

.spanSubMenuToggle .nav-text{
    width:280px;
}


.main-menu > ul.logout {
    position: absolute;
    left: 0;
    bottom: 0;
}

.main-menu .fa, .main-menu .fa-solid, .main-menu .fa-regular {
    line-height: 36px;
    font-size: 18px;
    min-width: 60px;
    position: relative;
    display: table-cell;
    width: 60px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
}

.no-touch .scrollable.hover {
overflow-y: hidden;
}

.no-touch .scrollable.hover:hover {
overflow-y: auto;
overflow: visible;
}

a:hover, a:focus {
text-decoration: none;
}

nav {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

nav ul, nav li {
outline: 0;
margin: 0;
padding: 0;
}

    .main-menu li:hover > a, nav.main-menu li.active > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .no-touch .dashboard-page nav.dashboard-menu ul li:hover a, .dashboard-page nav.dashboard-menu ul li.active a {
        color: #fff;
        background-color: var(--VoMiBlau);
    }

.main-menu li:hover > .spanSubMenuToggle {
    background-color: var(--VoMiBlau);
}

.area {
float: left;
background: #e2e2e2;
width: 100%;
height: 100%;
}

@font-face {
font-family: 'Titillium Web';
font-style: normal;
font-weight: 300;
src: local('Titillium WebLight'), local('TitilliumWeb-Light');
}

.activeNaviLink * {
color: white !important;
}

.logout .fa {
color: red;
}

.ulSubNavi {
-webkit-transform: translateZ(0) scale(1,1);
-webkit-transition: all .1s linear;
transition: all .1s linear;
}

.spanSubMenuToggle{
width:400px;
height:36px;
cursor:pointer;
display:flex;
}
.spanSubMenuToggle .fa {
color: white;
}
.spanSubMenuToggle:hover .fa {
color: #fff;
}

.showSubMenu .spanSubMenuToggle {
    background-color: var(--VoMiBlau);
}
    .showSubMenu .spanSubMenuToggle .fa {
        color: #fff;
    }

.spanSubMenuToggle.subMenuHidden + .ulSubNavi {
    display: none;
}

.spanSubMenuToggle.subMenuActive + .ulSubNavi {
display: block;
}

.spanSubMenuToggle .fa {
width: 50px;
}
.ulSubNavi .fa{
width:50px;
}

.sub-menu {
position: fixed;
margin-left: 40px;
margin-top: 20px;
height: auto;
width: 200px;
padding: 20px;
background: white;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
border-radius: 10px;
z-index: 99;
float: left;
}


.sub-menu .nav-text {
position: relative;
display: table-cell;
vertical-align: middle;
width: 190px;
font-family: 'Titillium Web', sans-serif;
}

.sub-menu .fa {
line-height: 36px !important;
font-size: 1.5em !important;
}

.sub-menu li {
position: relative;
display: block;
width: 250px;
}

.sub-menu ul, .sub-menu li {
outline: 0;
margin: 0;
padding: 0;
}
.sub-menu li > a {
position: relative;
display: table;
border-collapse: collapse;
border-spacing: 0;
color: black;
font-family: arial;
font-size: 14px;
text-decoration: none;
-webkit-transform: translateZ(0) scale(1,1);
-webkit-transition: all .1s linear;
transition: all .1s linear;
}

.sub-menu a:hover {
text-decoration: underline;
font-style: italic;
}

.activeSubNaviLink {
text-decoration: underline !important;
font-style: italic;
}


.btnMenuYellow, .btnMenuYellow * {
    background-color: #ffff66 !Important;
    Color: Black !Important;
}

        .main-menu{background-color: #4d4d4d}
.main-menu, .main-menu .nav-text, .main-menu i{color: #ffffff}
.main-menu .activeNaviLink{background-color: var(--VoMiBlau)}
.main-menu li ul #activeNaviLink{background-color: var(--VoMiBlau)}
.main-menu li:hover > a, nav.main-menu li.active > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .no-touch .dashboard-page nav.dashboard-menu ul li:hover a, .dashboard-page nav.dashboard-menu ul li.active a{background-color: var(--VoMiBlau)}
.main-menu li:hover > .spanSubMenuToggle{background-color: var(--VoMiBlau)}



.liAddDashboardButton .divNaviLinkWrapper:hover {
    transition-delay: 0.5s;
}

.liAddDashboardButton{
    left:0;
}


#divSeitenSuche {
    margin-left: 50px;
    width: calc(100% - 60px);
    color: white;
    font-size: 16px;
    visibility:hidden;
    height:60px;
}


.main-menu:hover #divSeitenSuche, nav.main-menu.expanded #divSeitenSuche {
    visibility:visible;    
    transition-delay: 0.5s;
}

.redMenuIcon{
    color:red !important;
}

.MenuIconActiveSiteNews {
    color: orange !important;
}

#divUlNaviWrapper {
    max-height: calc(100% - 150px);
    overflow-y: auto;
    overflow-x: hidden;
    /*scrollbar-width: thin;*/
    scrollbar-color: #0075c0 black;
}

