.show-desktop {
	display: none;
}


.show-mobile {
	display: block;
}


#hnp-navigation-header {
	margin: auto;
	display: flex;
	align-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	position: sticky;
	top: 0;
	z-index: 5;
}

.hnp-navigation-header-container {
	background-color: white;
	width: 100dvw;
}

.hnp-navigation-brand a,
.hnp-navigation-brand h1 {
	text-decoration: none;
	color: black;
	font-family: Arial, sans-serif;
	margin: 0;
}

header {
	width: 100dvw;
}


.hnp-navigation-container {
	margin: auto;
	display: flex;
	align-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90dvw;
}


.hnp-navigation-brand {
	width: 80dvw;
	padding: 4dvw 0dvw;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.hnp-navigation-logo {
	height: 5dvw;
}


#hnp-mobile-hamburger-close {
	display: none;
}


#hnp-mobile-hamburger-close,
#hnp-mobile-hamburger-button {
	width: 8dvw;
	margin-top: 0.5dvw;
}

.hnp-navigation-apply {
	color: black;
	background-color: transparent;
	padding: 3dvw;
	text-align: left;
	text-decoration: none;
	font-size: 3.5dvw;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	border-bottom: 1px solid black;
}

.show-mobile-flex {
	display: flex;
}

.hnp-navigation-mobile {
	background: #e1e1e1;
	width: 100%;
	height: 7dvw;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 2px solid #ccc;
}

.hnp-navigation-mobile p {
	text-align: center;
	font-style: italic;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	color: black;
	margin: 0;
	font-size: 3.25dvw;
}

.hnp-mobile-navigation {
	background-color: #f4f4f4;
	width: 100dvw;
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.hnp-mobile-navigation-item {
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	margin: 0dvw 2dvw;
	color: black;
	text-decoration: none;
	padding: 2dvw;
}


@media (max-width: 767px) and (orientation: portrait) {
	#hnp-navigation-mainmenu-extended {
		display: none;
		position: fixed;
		z-index: 100;
		top: 14dvw;
		left: 65dvw;
		border-top: 1px solid black;
		border-left: 1px solid black;
		border-right: 1px solid black;
		width: 30dvw;
		background-color: #f4f4f4;
		margin: auto;
		flex-direction: column;
	}

	.hnp-navigation-header-container {
		border-bottom: 1px solid black;
	}

	#hnp-desktop-hamburger-close,
	#hnp-desktop-hamburger-button {
		display: none;
	}
}


@media (min-width: 768px),
(orientation: landscape) {
	.show-desktop {
		display: block !important;
	}

	.show-mobile {
		display: none !important;
	}

	#hnp-navigation-header {
		justify-content: space-around;
		border-bottom: 1px solid black;
		width: 60dvw;
	}

	header {
		width: auto;
	}

	.hnp-navigation-container {
		width: 48dvw;
	}

	.hnp-navigation-extended-menu {
		justify-content: flex-end;
	}

	.hnp-mobile-navigation {
		display: none;
	}

	.hnp-navigation-brand {
		width: auto;
		padding: 0dvw;
		margin: 0dvw;
		display: block;
	}


	.hnp-navigation-logo {
		height: auto;
		width: 16dvw;
		cursor: pointer;
	}


	#hnp-desktop-hamburger-close,
	#hnp-desktop-hamburger-button,
	#hnp-mobile-hamburger-close {
		width: 2dvw;
		cursor: pointer;
		margin: 0.75dvw;
		display: none;
	}

	#hnp-mobile-hamburger-button {
		width: 1.5dvw;
		cursor: pointer;
		margin: 0.75dvw;
	}

	#hnp-desktop-hamburger-close {
		display: none;
	}


	#hnp-navigation-mainmenu {
		display: flex;
		align-items: center;
		height: 3.5dvw;
	}

	#hnp-navigation-mainmenu-extended {
		display: none;
		position: fixed;
		z-index: 100;
		top: 3.25dvw;
		border-top: 1px solid black;
		border-left: 1px solid black;
		border-right: 1px solid black;
		width: 15dvw;
		background-color: #f4f4f4;
		margin: auto;
		flex-direction: column;
	}

	.hnp-navigation-extended {
		border-bottom: 1px solid black !important;
		padding: 10px !important;
		text-decoration: none !important;
	}


	.hnp-navigation-apply {
		background-color: initial;
        padding: 0dvw 0.5dvw;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 0.8dvw;
        font-weight: 500;
        font-family: 'Open Sans', sans-serif;
        border-bottom: 0dvw;
        height: 3.5dvw;
        line-height: 3.5dvw;
	}

	.hnp-navigation-apply.show-desktop {
		display: block !important;
	}


	.hnp-navigation-apply.show-mobile {
		display: none !important;
	}


	.show-mobile-flex {
		display: none;
	}


	.hnp-navigation-mobile {
		display: none;
	}
}

@media (min-width: 1920px) {
	.hnp-navigation-logo {
		height: 30px;
		cursor: pointer;
		width: auto;
	}

	#hnp-navigation-header {
		border-bottom: 1px solid black;
		width: 1152px;
	}

	.hnp-navigation-container {
		width: 975px;
	}

	.hnp-mobile-navigation {
		display: none;
	}

	.hnp-navigation-extended-menu {
		justify-content: flex-end;
	}

	#hnp-navigation-mainmenu {
		display: flex;
		align-items: center;
		height: 65px;
	}

	#hnp-navigation-mainmenu-extended {
		display: none;
		position: fixed;
		z-index: 100;
		top: 60px;
		border-top: 1px solid black;
		border-left: 1px solid black;
		border-right: 1px solid black;
		width: 300px;
		background-color: #f4f4f4;
		margin: auto;
		flex-direction: column;
	}

	.hnp-navigation-extended {
		border-bottom: 1px solid black !important;
		padding: 10px !important;
		text-decoration: none !important;
	}

	#hnp-navigation-header #menu-navigation-menu {
		justify-content: space-evenly;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		width: 500px;
	}

	#hnp-navigation-header #menu-navigation-menu .menu-item {
		display: flex;
		align-items: center;
	}

	#hnp-navigation-header #menu-navigation-menu .menu-item a {
		font-size: 1em;
	}

	.hnp-navigation-apply {
		padding: 0px 10px;
        text-decoration: none;
        color: black;
        font-weight: 500;
        font-size: 1em;
        align-items: center;
        height: 65px;
        line-height: 65px;
	}

	.hnp-navigation-apply a {
		text-decoration: none;
		color: black;
		font-family: 'Open Sans', sans-serif;
	}

	#hnp-mobile-hamburger-close {
		display: none;
	}

	#hnp-mobile-hamburger-button,
	#hnp-mobile-hamburger-close {
		width: 30px;
	}

	#hnp-desktop-hamburger-close,
	#hnp-desktop-hamburger-button {
		width: 30px;
		cursor: pointer;
		margin: 10px;
		display: none;
	}
}