
@media only screen and (max-width: 1023px) and (min-width: 0px) {

	#navigation .header, #phpbb #r_navigation .header {
		height: 48px;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		box-sizing: border-box;
	}
	#navigation.open .hamburger, #phpbb #r_navigation.open .hamburger {
		background-size: 47%;
		background-image: url('/gfx/icons/cross.svg');
	}

	#navigation .hamburger, #phpbb #r_navigation .hamburger {
		width: 30px;
		padding: 9px 15px 0 10px;
		background-image: url('/gfx/icons/bars.svg');
		background-size: 50%;
		background-position: center;
		background-repeat: no-repeat;
	}

	#navigation a.logo, #phpbb #r_navigation a.logo {
		padding: 0;
		width: 200px;
		padding: 10px 0 0 16px;
		float: none;
		text-align: left;

	}
	#navigation a.logo img, #phpbb #r_navigation a.logo img {
		display: block;
		width: 100%;
	}

}