
	
		.balken {
		    width: 22px;
		    height: 3px;
		    background-color: #fff;
		    margin: 4px 8px;
		}
		.kreuz1 {
			position: absolute;
		    width: 24px;
		    height: 3px;
		    background-color: #fff;
		   transform: rotate(45deg);
		   top: 19px;
		   left: 13px;
		}
		.kreuz2 {
			position: absolute;
		    width: 24px;
		    height: 3px;
		    background-color: #fff;
		    transform: rotate(-45deg);
		    top: 19px;
		    left: 13px;
		}
		    
		.hamburger{
		    position: absolute;
		    z-index: 2;
		    display: block;
		    width: 48px;
		    height:42px;
		    background-color: #000066;
		    padding:8px 6px 0 6px;
		}
		.hamburger:active{
			background-color: 0;
		}
