@media all and (max-width: 1100px) {
	header .logo {
		margin-right: 17px;

		position: static;

		-webkit-background-size: 65%;
		background-size: 65%;
		background-color: #27322f;
	}
	header #main-nav:before {
		display: none;
	}
}

@media all and (min-width: 1200px) and (max-width: 1400px) {
	.full-genplan-nav-wrapper,
	.wrapper {
		margin-left: 230px !important;
	}
}