#menu {
	position: fixed;
	top: 0;
	z-index: 90;
	box-sizing: border-box;
	width: 100%;
	height: 150px;
	background-image: url(../img/menu-bg.png);
	background-size: 10px 150px;
}

#menu-home-link {
	position: absolute;
	display: block;
	height: 60px;
	top: 45px;
	left: 100px;
}

#menu-home-link img {height: 100%}

#hamburger-cont {
	position: fixed;
	z-index: 110;
	top: 0;
	right: 0;
	width: 150px;
	height: 150px;
}

#hamburger {
	position: absolute;
	display: block;
	width: 44px;
	height: 24px;
	top: 63px;
	right: 110px;
}

#hamburger div {
	width: 100%;
	height: 100%;
	position: relative;
}

#hamburger span {
	display: block;
	position: absolute;
	margin: auto;
	right: 0;
	width: 100%;
	height: 5px;
	background: #B3B3B3;
}
#hamburger span:first-of-type {top: 0}
#hamburger span:last-of-type {bottom: 0}
#hamburger.clicked span {background: #B28769}

#menu-cont {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	display: none;
}

#menu-cont-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(27,27,27,.9);
	opacity: 0;
}

#menu-icont {
	width: 100%;
	max-width: 600px;
	height: 100%;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	background: #282828;
	border-left: 5px solid #B28769;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
}

#menu-icont > nav > div:first-of-type a {
	display: block;
	margin-bottom: 6vh;
	position: relative;
}
#menu-icont a.active h2 {color: #B28769 !important}

#menu-icont h2 {margin-bottom: 3vh}

#menu-line {
	display: block;
	width: 60px;
	height: 2px;
	background: #B28769;
	position: relative;
	margin: 0 auto 6vh;
}

#menu-kontakt {font-weight: 500}

#site-nav {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 40px;
	font-weight: 500;
	word-spacing: 4px;
}


/* GRID: 1440px */
@media all and (max-width: 1440px) {
	
#menu {
	height: 120px;
	background-size: 1px 120px;
}

#menu-home-link {
	height: 50px;
	top: 35px;
	left: 80px;
}

#hamburger-cont {
	width: 120px;
	height: 120px;
}

#hamburger {
	width: 40px;
	height: 20px;
	top: 50px;
	right: 80px;
}

#hamburger span {height: 4px}	
	
}


/* GRID: 1280px */
@media all and (max-width: 1280px) {
	
#menu-home-link {left: 60px}

#hamburger {right: 60px}

#menu-icont h2 {
	font-size: 18px;
	line-height: 20px;
}
	
}


/* GRID: 1024px */
@media all and (max-width: 1024px) {
	
#menu {
	height: 80px;
	background-size: 1px 80px;
}

#menu-home-link {
	height: 40px;
	top: 20px;
	left: 40px;
}

#hamburger-cont {
	width: 80px;
	height: 80px;
}

#hamburger {
	width: 30px;
	height: 16px;
	top: 32px;
	right: 40px;
}

#hamburger span {height: 4px}	

.menu-horizontal {
	box-sizing: border-box;
	padding: 0 15px;
}

.menu-horizontal > div > nav {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.menu-horizontal > div > nav > div {
	width: 50%;
	padding: 0 15px;
	box-sizing: border-box;
	position: relative;
}

.menu-horizontal #menu-line {
    width: 2px;
    height: 60px;
    position: absolute;
    margin: auto;
	top: 0 !important;
	bottom: 0;
	right: 0;
}
	
}


/*GRID: 768px */
@media all and (max-width: 768px) {
	
#menu-icont h2 {
	font-size: 16px;
	line-height: 18px;
}	
	
}


/* GRID: 568px */
@media all and (max-width: 568px) {

#menu {
	height: 70px;
	background-size: 1px 70px;
}

#menu-home-link {height: 30px}

#hamburger-cont {
	width: 70px;
	height: 70px;
}

#hamburger {
	width: 26px;
	height: 14px;
	top: 27px;
	right: 40px;
}

#hamburger span {height: 3px}		
	
}


/* GRID: 414px */
@media all and (max-width: 414px) {
	
#menu {
	height: 60px;
	background-size: 1px 60px;
}

#menu-home-link {
	top: 15px;
	left: 20px;
}

#hamburger-cont {
	width: 60px;
	height: 60px;
}

#hamburger {
	width: 22px;
	height: 12px;
	top: 24px;
	right: 20px;
}

#hamburger span {height: 3px}		
	
}