.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
	z-index: 999;
	box-shadow: 0 0 0 1px #ddd;
	background-color: #fff;
}
.home .header{
	box-shadow: none;
}

.home .header.header-scroll {
    box-shadow: 0 0 0 1px #ddd;
}
.sub-header .menu li{
	display: inline-block;
}
.main-header .sub-menu li a .expand-ul {
	display: none;
}
.main-header .sub-menu li.menu-item-has-children a .expand-ul{
	display: block;
}
.logo a img{
	width: 100%;
}

.sub-header{
	font-size: 0.8em;
	font-weight: 600;
}
.sub-header a{
	padding: 10px;
	color: #fff;
	display: block;
}
.main-header a:hover{
	color: #493d36;
}
.sub-left p{
	margin-right: 15px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

/* .sub-header{
	padding-left: 15px;
} */
.sub-left i{
	margin-right: 3px;
	font-size: 1.2em;
}

.nav ul li a {
    padding: 35px 16px;
    display: block;
    font-weight: 700;
	letter-spacing: 0.02em;
	
}
/* Desktop */ 

@media only screen and (min-width: 1250px) {
	.hamburger-outer {
		display: none;
	}
	.main-header .menu{
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-align-items: center;
    	align-items: center;
	}
	.main-header .menu li, .main-header .menu li a{
		display: inline-block;
		position: relative;
	}
	.nav{
		width: 100%;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
	}
	.menu{
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
	}
	.logo{
		position: absolute;

		left: 50%;
		margin-left: -45px;
		width: 90px;
		-webkit-transition: all .6s ease;
		-moz-transition: all .6s ease;
		-ms-transition: all .6s ease;
		-o-transition: all .6s ease;
		transition: all .6s ease;
	}
	.expand-ul{
		display: none;
	}

	.main-header .nav > div > ul >  li > a:hover:after, .main-header .nav > div > ul >  li.current-menu-item > a:after, .main-header .nav div ul  li.current-menu-ancestor > a:after {
		content: "";
		background: #4e5636 !important;
		height: 4px;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.hide-on-desk .sub-menu{
		display: none;
	}
	.custom-menu-right .hide-on-desk{
		display: none !important;
	}
	#desktop-productmenu {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		display: none;
	}
	#desktop-productmenu.custom-active {
		display: block;
	}
	
	#desktop-productmenu .wrap-l{
		border-top: 1px solid #ddd;
		background: #fff;
		box-shadow: 0 2px 3px rgba(0,0,0,.15);
	}
	#desktop-productmenu, #desktop-productmenu .col-f-1-4 ul li a{
		color: #4e5636;
	}
	#desktop-productmenu .col-f-1-4 ul li a{
		font-size: 1.5em;
	}
	#desktop-productmenu .col-f-1-4 ul{
		list-style: none;
		margin-bottom: 40px;
	}
	#desktop-productmenu h2{
		font-size: 1.3em;
		font-weight: 600;
		border-bottom: 1px solid #ddd;
		padding-bottom: 15px;
		margin-top: 15px;
	}
	#desktop-productmenu .col-f-3-4 h2{
		/* margin-right: 5%;
		margin-bottom: 0;
		margin-left: 30px; */
		margin: 15px 5% 0px 30px;
		border-bottom: 1px solid #ddd;
		padding-bottom: 15px;

	}
	#desktop-productmenu .col-f-1-4{
		padding: 0px 40px 40px;
	}
	#desktop-productmenu .col-f-1-4 .btn{
		width: 100%;
		text-align: center;
	}
	.menu-productcat{
		margin: 20px;
	}
	
	.produktgrupp{
		width: 20%;
		border-radius: 14px;
		margin: 10px;
		padding: 30px 20px;
	}
	.produktgrupp-text{
		width: 100%;
	}
	.produktgrupp h3{
		margin-bottom: 0px;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 0.9em;
		letter-spacing: 0.09em;
		line-height: 1.2;
	}
	#menu-item-470 a{
		padding-left: 0px;
	}
}

/* Mobile / iPad */

@media only screen and (max-width: 1249px) {
	.logo {
		margin: 30px 0px;
	}
	.logo a img{
		width: 80px;
	}
	.sub-right #menu-top-meny,
	.sub-left{
		display: none;
	}
	.sub-header .wrap-l{
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
	}

	.menu li, .menu li a{
		position: relative;
	}
	#desktop-productmenu {
		display: none;
	}
	.expand-ul {
		display: block;
		cursor: pointer;
		position: absolute;
		right: 0;
		top: 0;
		padding: 21px 21px 22px 21px;
		font-size: 1rem;
		color: #fff;
		background: rgba(255,255,255,.08);
		line-height: 1;
	}
	.hide-on-desk{
		display: block !important;
	}
	.main-header ul.sub-menu {
		display: none;
	}
	.sub-menu .expand-ul {
		background: transparent;
	}
	.main-header .menu li a {
		padding: 20px;
		line-height: 1.3;
		font-size: 0.95em;
	}
	.main-header ul.sub-menu li a{
		font-size: 0.9em;
	}
	.hamburger-outer {
		display: block;
		float: right;
		position: relative;
		top: 0;
		right: 0;
		z-index: 100;
		border-radius: 0;
		padding: 10px;
	}
	.c-hamburger {
		position: relative;
		overflow: hidden;
		margin: 0;
		float: right;
		top: 0;
		z-index: 99;
		padding: 0;
		width: 28px;
		height: 28px;
		font-size: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		box-shadow: none;
		border-radius: none;
		border: none;
		background: transparent;
		outline: none;
		cursor: pointer;
	}
	.c-hamburger span {
		display: block;
		position: absolute;
		top: 11px;
		left: 0;
		right: 0;
		height: 3px;
		border-radius: 2px;
		background: #f3b547;
	}
	.c-hamburger--htx span:before, .c-hamburger--htx span:after {
		transition-duration: 0.3s, 0.3s;
		transition-delay: 0.3s, 0s;
	}
	.c-hamburger--htx span:before {
		transition-property: top, transform;
	}
	.c-hamburger--htx span:after {
		transition-property: bottom, transform;
	}
	.c-hamburger span:before {
		top: -8px;
	}
	.c-hamburger span:after {
		bottom: -8px;
	}
	.c-hamburger span:before, .c-hamburger span:after {
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 3px;
		background: #f3b547;
		content: "";
		border-radius: 2px;
	}
	.c-hamburger--htx.is-active span {
		background: none;
	}
	.c-hamburger--htx.is-active span:before, .c-hamburger--htx.is-active span:after {
		transition-delay: 0s, 0.3s;
	}
	.c-hamburger--htx.is-active span:before {
		top: 0;
		transform: rotate(45deg);
	}
	.c-hamburger--htx.is-active span:after {
		bottom: 0;
		transform: rotate(-45deg);
	}
	.nav {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 105%;
		z-index: 99;
		background: #4e5636;
		padding-top: 153px;
		overflow: auto;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-ms-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	.nav.active {
		left: 0;
	}
	.nav ul li a{
		color: #fff;
	}
	.main-header .menu li{
		border-top: 1px solid rgba(255,255,255,.1);
	}
	.main-header .menu .current-menu-item > a{
		color:#f3b547;
	}
	.main-header a:hover{
		color:#f3b547;
	}
	.main-header ul.sub-menu{
		/* background-color: #5c6540; */
		background: rgba(255,255,255,.08);
	}
	.sub-header{
		padding-left: 0px;
	}
	.sub-left p{
		font-size: 0.5em;
		padding: 10px 0px;
		margin-right: 5px;
	}
	
	
}