*{

}

.hide-on-mobile{
    display: none;
}
.hide-on-desktop{
    display: block;
}


#navtrigger{
    position: absolute;
    left: 16px;
    top: 22px;
   cursor: pointer;
   width: 36px;
   z-index: 9999;
   height: 36px;
}
#navtrigger div{
position: absolute;
    width: 36px;
    border-radius: 2px;
    height: 3px;
    transition: 0.4s;
    background-color: var(--main);
}
#navtrigger div:nth-child(1){
    top: 0;
    transition: all .2s;
}
#navtrigger div:nth-child(2),
#navtrigger div:nth-child(3){
    top: 12px;
    transition: all .15s;
}
#navtrigger div:nth-child(4){
    top: 24px;
    transition: all .2s;
}
#navtrigger.close div:nth-child(2){
    -webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
transition: all .25s;
}
#navtrigger.close div:nth-child(3){
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
transition: all .25s;
}
#navtrigger.close div:nth-child(4),
#navtrigger.close div:nth-child(1){
    width: 0;
    opacity: 0;
    right: 50%;
    top: 8px;
 }

.profilename{
    display: none;
}
.megamenu.singlecol {
    width: 240px;
    /* right: 16px; */
    margin-left: -120px;
}

.overlayinner, .overlayinner.medium {
    margin: 0px;
    max-width: none;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    padding: 5%;
    width: 100%;
    box-sizing: border-box;
    bottom: 0px;
    overflow-y: auto;
}
#sidebar{
    left: -280px;
transition: all .4s;
top: 70px;
z-index: 949;
}

#sidebar.expanded{
    left: 0px;
}
#sidebar li.projektselector{
display: none; 
}
#sidebar li.tohome{
    display: block; 
    }
.toolbar{
    left: 0;
}
.container.mod{
    margin: 0;
}
.card{
        margin: 0 -15px;
    padding: 8px;
}




#logout{
    display: none;
}
#main{
    width: 96%;
    padding: 2%;
    margin: 0;
}
.content{
    width: 100%!important;
}
#main table, 
#main thead, 
#main tbody, 
#main tfoot, 
#main th, 
#main td, 
#main tr, 
.nodesktop {
	display: block!important
    }
#main thead tr,
#main tr.trenner {
position: absolute;
top: -9999px;
left: -9999px;
}
#main tfoot{
    margin-top: 10px;
}
#main tr { border: 1px solid #E1E1E1; }
#main td {
		border: none;
		border-bottom: 1px solid #E1E1E1;
		position: relative;
		font-weight: 700;
		padding: 2px 2px 2px 40%;
		text-align: left;
		min-height: 20px;
		line-height: 20px;
}
#main td:before {
	position: absolute;
	top: 0px;
	left: 2px;
	text-align: left;
	width: 40%;
	white-space: nowrap;
	font-weight: 500;
	line-height: 20px;
	}


.schichten td:nth-of-type(1):before { content: "Datum"; }
.schichten td:nth-of-type(2):before { content: "Haus"; }
.schichten td:nth-of-type(3):before { content: "Abteilung"; }
.schichten td:nth-of-type(4):before { content: "Schicht"; }
.schichten td:nth-of-type(4):before { content: "Schicht"; }
       
.reise td:nth-of-type(1):before { content: "Jahr"; }
.reise td:nth-of-type(2):before { content: "Monat"; }
#legende span {
    box-sizing: border-box;
    width: 50%;
    float: left;
    font-size: 12px;
}
#main select.half1, 
#main select.half2 { 
display: block;
float: left;
margin-right: 3%;
width: 47%;
}
#main input[type="text"], 
#main input[type="range"], 
#main select, 
#main textarea, 
#main input[type="password"] {
    box-sizing: border-box;
    width: 100%;
    height: 36px;
}
#main .label{
    position: relative;

}
#main label{
        width: auto!important;
        height: auto!important;
        min-height: 38px;
}
#main input[type=checkbox]{
    position: absolute;
}
#main textarea{
    height: 75px;
}
canvas#sigCanvas1{
    margin: 0px 0 0 -12px!important;
}
#login{
    width: 96%;
margin: 2%;
    box-sizing: border-box
}
#login input{
width: 96%!important;
margin: 2%!important;
box-sizing: border-box ;
height: 35px!important;
padding: 10px!important;
line-height: 20px!important;
    
}

