

@media(min-width: 1200px){
	body header.nav-phase-3 #nav-header .cookiebar{
		left:0
	}
}
@media(min-width: 1200px){
	.cookiebar button{
		right:25px
	}
}
@media(min-width: 1200px){
	body header.nav-phase-3.is-fixed.has-cookiebar #nav-header .cookiebar{
		transform:unset
	}
	body header.nav-phase-3 #nav-header {
		position: unset;
	}
}

