.container{
    position: sticky;
    width:100%;
    top:0px;
    border-top:3px solid white;
    border-bottom:3px solid white;
/*    box-shadow: 0px 30px 15px -17px rgba(0,0,0,0.49);*/
	z-index: 10;
	margin-bottom: 25px;
}

/*dont used ?*/
.header{
    width:100%;
    height:80px;
    background:white;
    display: flex;
    overflow:hidden;
    position:relative;
}

.box{
    position:absolute;
	display: flex;
	justify-content: center;
    width:26%;        
    height:100%;
    background:linear-gradient(180deg,#247b4e,#006633);
    left:-25px;       
}
        
.box2{
    position:absolute;
    width:76%;
    height:100%;
    right:-25px;
    background:linear-gradient(180deg,#247b4e,#006633);
    display:flex;
    justify-content: center;
    line-height: 100px;      
    align-items: center;
}


        
.scr{
    transform: skew(20deg);
    border-radius:9px;
    overflow:hidden;      
    }
        
.scrR{
    transform: skew(20deg);
    border-radius:9px;
    }
.gggwrapper{
    width:210px;
    float:left;
    margin-left:4%;
    position:absolute;
    left:10px;
}

.schriftzug{
    width:100%;  
	box-shadow: none;
	transform: skew(-20deg);
}
            
.mobilemenu{
    display:flex;
    flex-direction:column;
    justify-content:space-around;
    height:100%;
    transition:all 0.5s;
    }
.strich{
    cursor: pointer;
    border-radius: 1px;
    height: 4px;
    width: 30px;
    background: white;
    transition:all 1s;
    display: block;

    }
.strich::before{
    cursor: pointer;
    border-radius: 1px;
    height: 4px;
    transition:all 0.5s;
    width: 30px;
    background: white;
    position: absolute;
    display: block;
    top:10px;
    content: '';
    }
        
.strich::after{
    cursor: pointer;
    border-radius: 1px;
    height: 4px;
   	transition:all 0.5s; 
    width: 30px;
    background: white;
    position: absolute;
    bottom:10px;
    display: block;
    content: '';
            
    }
        
.strich.active{
    transition:background 0.3s;
    background:none;
    }
        
.strich.active::before{
    transition:transform 0.5s;
    transition-delay: 0.8s;
    cursor: pointer;
    border-radius: 1px;
    height: 4px;
    width: 32px;
    background: white;
    transform-origin: 0 100%;
    transform:rotate(45deg);
    display: block;            
}
        
        
.strich.active::after{
    transition:transform 0.5s;
    transition-delay: 0.4s;
    cursor: pointer;
    border-radius: 1px;
    height: 4px;
    width: 32px;
    background: white;
    transform-origin: 0 0;
    transform:rotate(-45deg);
    display: block;            
    }
        
.mobile{
    position:absolute;
    right:25px;
    transform:skew(-20deg);
    display:none;
    }
.mobile.active{
    z-index: 2;
    transition:all 0.5s;
}
   

        


.navbox{
    transform:skew(-20deg);
    display: flex;
    flex-direction: row;
    justify-content:space-around;
    position:absolute;
    right:25px;
    width:65%;
    height:100%;
    align-items: center;
    text-align: center;
    }

.navbox span{
    text-decoration: none;
    color:white;
    font-size:20px;
    height:100%;
    line-height: 85px;
    border-bottom: 8px solid transparent;
    transition:0.35s ease-out;
    }
        
.navbox span:hover{
    border-bottom: 8px solid #fff;
    cursor:pointer;
}        
        
.boxlogos{
/*    width:calc(100%-10px);*/
	width: 60%;
    height;100%;
	cursor: pointer;
/*    position: relative;*/
/*    left:60px;*/
    transform: skew(-20deg);
    display:flex;
	justify-content: space-around;
    flex-direction: row;
	
	padding: 5px;
    }        
.logo1{                                     
  background:url("/pictures/FlyAndHelp_logotransparentF.png") no-repeat;
    background-size: contain;
    background-position: center;
    width:inherit;
    height:69%;
	margin-top: 16px;
}
.logo2{         
   background:url("/pictures/logo_transparent.png") no-repeat;
	background-size: contain;
	background-position: center;
	width:inherit;
	
	height:92%;
    }
        
.sidebar{        
	display:none;
}
.fff{
    display:none;
}
@media only screen and (max-width: 1024px) {
    .navbox{
        width:55%;
    }
	.navbox span{
		font-size:14px;
	}
    .logo1{
        width:inherit;
        height:69%;
    }
    .logo2{
        width:inherit;
        height:92%;
    }
    .boxlogos{
        top:12.5px;
    }
}
        
@media only screen and (max-width: 800px) {
    .boxlogos{
        top:0;
		width: 60%;
		padding-left: 15px;
    }
    .sidebar{
        transition: width 0.5s;
        position:absolute;
        right:0px;
        top:0px;
        height:0px;
        width:0px;
        background: white;
        display:flex;
        flex-direction: column;
        box-shadow: -8px 9px 23px 0px rgba(0,0,0,0.78);    
    }
    .sidebar .platz{
        height:48px;
        width:100%;
        border-bottom:1px solid #dcdcdc;
    }
    .sidebar span{
        cursor: pointer;
        height:48px;
        line-height:48px;
        width:100%;
        border-bottom:1px solid #dcdcdc;
        padding: 1em;
        color: #063;    
        }
    .sidebar span:hover{
        background: #d9eae1;
    }
        
    
    .sideactive{
        transition:all 0.5s;
        display:none;
    }
    
    
    
    .navbox{
        display:none;
    }
    .logo1{
        width:inherit;
        height:75%;
		margin-top: 9px;
    }
    .logo2{
        width:inherit;
        height:100%;
    }
    .header{
        height:48px;
    }
    .hiddenmob{ 
        display:none;
      }
      .box{
          width:42%;
/*		  left: -5px;*/
      }
      .box2{
          width:63%;
      }
      
    .scr{
            border-radius:5px;
        }
        
        .scrR{
            border-radius:5px;
        }
      
    .boxToFit{
        height:100%;
        display:flex;
        flex-direction:column;
        justify-content:space-around;
    }
      
    .mobile {
        display: flex;
        align-items: center;
        justify-content:center;             
        height:100%;
        width: 60px;
        background: #063;
        cursor: pointer;
    }
    .mobile:hover{
        background: #00572b;
    }
      
        }

        
        


        
   