#header {
	position: sticky;
	top:0;
	background: #fff;
	z-index: 10;
}

.header-wrapper {
	padding:32px 108px;
	box-sizing: border-box;
	margin:0 auto;
	max-width:1440px;

	display: flex;
	justify-content: space-between;
}

@media (max-width:1200px) {
	.header-wrapper {
		padding:16px 50px;
	}
}

@media (max-width:1024px) {
	.header-wrapper {
		box-sizing: border-box;
		height: 70px;
	}
}

@media (max-width:768px) {
	.header-wrapper {
		padding:16px 16px;
	}
}

.header-logo {
	flex: 0 0 150px;
}

@media (min-width:1025px) {

	.menu-mobile-acilink {
		display: none;
	}

	.header-menu-area {
		flex: 1 1 auto;
		display: flex;
		justify-content: space-between;
	}


	.header-mobileopener {
		display: none;
	}

	.header-menu {
		flex: 1 1 auto;

		display: flex;
		justify-content: flex-end;
	}

	.header-search {
		flex: 0 0 40px;

		display: flex;
		align-items: center;
	}

	.header-languagenavigation {
		flex: 0 0 50px;	
	}

	.languagenavigation-button-wrapper {
		height: 100%;
		display: flex;
		align-items: center;	
	}



	.header-menu > ul {
		display: flex;
		margin:0;
		padding:0;
		list-style-type: none;

	}

	.header-menu > ul > li {
		margin-right: 32px;

		display: flex;
		align-items: center;
	}

	.header-menu > ul > li > button {
		appearance:none;
		padding:0 15px 0 0;
		border:0;
		background: url(../Images/Icon-Arrow-Down-big.svg) right center no-repeat transparent;
		background-size: auto 6px;
		font-size: 16px;
		color:var(--color-petrol);
		cursor: pointer;
		pointer-events: all;
		position: relative;
		font-family: 'Outfit';
	}


	.header-menu ul li a,
	.header-menu ul li button {
		position: relative;
	}

	.header-menu ul li button:after,
	.header-menu ul li a:not(.button):after {
		content:' ';
		position: absolute;
		left:0;
		width:100%;
		bottom:-1px;
		height: 1px;	
		background: linear-gradient(142.55deg, #F39768 0%, #EF9265 18%, #E3865F 37%, #D07155 56%, #B55446 75%, #932F33 95%, #89242E 100%);
		transition:opacity 0.3s ease;
		opacity: 0;
	}

	.header-menu ul li li.current > button:after,
	.header-menu ul li li.current > a:after,
	.header-menu ul li button:hover:after,
	.header-menu ul li a:hover:after {
		opacity: 1;
	}

	.header-menu > ul > li > div.menudropdown {
		position: absolute;
		left:0;
		right:0;
		top:100px;
		max-width: 1440px;
		margin:0 auto;	
		background-color: var(--color-white);
		padding:20px 108px;
		box-sizing: border-box;
		border-bottom: 1px solid var(--color-petrol);
	}

	.header-menu > ul > li > div.menudropdown > ul {
		display: flex;
		justify-content: space-between;
		list-style-type: none;
		padding:0;
		margin:0;
		gap: 20px;
	}

	.header-menu > ul > li > div.menudropdown > ul > li > a {
		margin-bottom: 1em;
		font-weight: 700;
		display: inline-block;
		white-space: nowrap;
	}

	.header-menu > ul > li > div.menudropdown > ul > li > ul {
		margin:0;
		padding:0;
		list-style-type: none;
	}

	.header-menu > ul > li > div.menudropdown > ul > li > ul > li {
		margin-bottom: 1em;
	}


	.submenuitem {
		flex: 1 1 auto;
	}

	.menucontentbox {
		flex: 1 1 clamp(10px, 100vw, 280px);
		justify-content: flex-end;
		display: flex;
	}

	#languagemenubutton {
		appearance:none;
		padding:0 15px 0 0;
		border:0;
		background: url(../Images/Icon-Arrow-Down-big.svg) right center no-repeat transparent;
		background-size: auto 6px;
		font-size: 16px;
		color:var(--color-petrol);
		cursor: pointer;
		pointer-events: all;
		height: 100%;
		font-family: 'Outfit';
	}
	#languagemenubutton span {
		display: flex;
		align-items: center;
	}
	#languagedropdown {
		background-color: var(--color-warmbeigegray);
		position: absolute;
		margin: 0;
		padding: 10px 20px;
		min-width: 30px;
		list-style-type: none;
		text-align: left;
	}

	#languagedropdown .text-muted {
		 color:var(--color-inactive);
	}
	[role="menu"] {
	  display: none;
	}
	[aria-expanded="true"] + [role="menu"] {
	  display: block;
	}
	
	.header-search-mobile {
		display: none;
	}

}



@media (max-width:1024px) {
	.header-mobileopener {
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.header-mobileopener button {
		appearance:none;
		border:0;
		padding:0;
		width: 18px;
		height: 18px;
		background:url(../Images/Icon-Menu-big.svg) center center no-repeat transparent;
		background-size: contain;
		cursor: pointer;
		pointer-events: all;
		font-family: 'Outfit';
	}

	.header-menu-area {
		display: none;
	}

	body.mobilemenuopen {
		overflow: hidden;
	}

	body.mobilemenuopen .header-menu-area {
		display: flex;
		position: fixed;
		left: 0;
		right: 0;
		top: 70px;
		bottom: 0;
		background: #fff;
		flex-direction: column;
		align-items: flex-start;
		padding:20px;
		box-sizing: border-box;
	}

	body.mobilemenuopen .header-mobileopener button {
		background:url(../Images/Icon-Close-big.svg) center center no-repeat transparent;
		background-size: 12px 12px;
		font-family: 'Outfit';

	}

	.header-menu {
		order:3;
		width:100%;
	}

	.header-search {
		order:2;
		width:100%;
	}

	.header-languagenavigation {
		order:1;
		width:100%;
	}

	#languagemenubutton {
		display: none;
	}

	#languagedropdown {
		margin:0 0 20px 0;
		padding:0;
		list-style-type: none;
		display: flex;
		justify-content: flex-end;
	}

	#languagedropdown li {
		display: inline-block;
		margin-left: 20px;
	}

	#languagedropdown li.active {
		font-weight: 500
	}

	.header-search-desktop {
		display: none;
	}

	.header-search-mobile {
		background-color: var(--color-warmbeigegray);
		padding:6px 22px;
		border-radius: 22px;
		margin-bottom: 20px;
	}

	.header-search-mobile form {
		display: flex;
		align-items: center;
	}

	.header-search-mobile form input {
		flex: 1 1 auto;
		height: 25px;
		border: 0;
		appearance: none;
		background: transparent;
	}

	.header-search-mobile form button {
		height: 25px;
		border: 0;
		appearance: none;
		background: transparent;
	}

	.menucontentbox {
		display: none;
	}

	[role="menu"] {
	  display: none;
	}
	[aria-expanded="true"] + [role="menu"] {
	  display: block;
	}

	.header-menu > ul {
		margin:20px 0 0 0;
		padding:0;
		list-style-type: none;
	}

	.header-menu > ul > li {
		margin-bottom: 32px;
	}

	.header-menu > ul > li > button {
		appearance:none;
		padding:0 15px 0 0;
		border:0;
		background: url(../Images/Icon-Arrow-Down-big.svg) right center no-repeat transparent;
		background-size: auto 6px;
		font-size: 16px;
		color:var(--color-petrol);
		cursor: pointer;
		pointer-events: all;
		position: relative;
		font-family: 'Outfit';
	}


	.header-menu > ul > li > .menudropdown > ul {
		margin:10px 0 0 20px;
		padding:0;
		list-style-type: none;
	}

	.header-menu > ul > li > .menudropdown > ul  li {
		margin-bottom: 5px;
		line-height: 30px;
	}

	.header-menu > ul > li > .menudropdown > ul > li > a {
		font-weight: 500;
	}


	.menu-mobile-acilink {
		display: block;
		order: 5;
	}

	.menu-mobile-acilink p a {
		padding: 5px 20px;
		font-weight: normal;
		color: #fff;
		text-transform: uppercase;
		font-size: 14px;
	}

	#copperlisting {
		display: none !important;
	}


}

