/* ------------------------------------------------------------------------ */
/* Hauptnavigation Mobile													*/
/* ------------------------------------------------------------------------ */

.hn-helper {
	text-align: left;
}

.hn-mobile nav.navigation {
	margin: -19px -20px -21px;
	padding: 19px 20px 21px;
}

.hn-mobile nav.navigation {
	background-color: transparent;
}

@keyframes eo_nav_backgroundcolor_fadein {
	from {
		background-color: transparent;
	} to {
		background-color: #5CC4EC;
	}
}

.menu-open .hn-mobile nav.navigation {
	animation-name: eo_nav_backgroundcolor_fadein;
	animation-duration: 0.7s;
	animation-delay: 0.9s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

.hn-mobile nav.navigation ul.menu {
	overflow: visible;
	padding-top: 1px;
	padding-bottom: 0;
}

.hn-mobile nav.navigation ul.menu > li {
	min-height: 80px;
	position: relative;
	z-index: 1;
	margin-top: -1px;
	border-width: 1px 0;
	border-style: solid;
	border-color: transparent;
	transition: border-color 0.0s;
}

.hn-mobile nav.navigation ul.menu > li.kontakt,
.hn-mobile nav.navigation ul.menu > li.impressum,
.hn-mobile nav.navigation ul.menu > li.datenschutz {
	display: none;
}

.hn-mobile nav.navigation ul.menu > li.toggled-on {
	border-color: #121212;
	z-index: 2;
}

.hn-mobile nav.navigation ul.menu > li {
	opacity: 0;
	transform: translateX(15%);
}

@keyframes eo_nav_ul_li_fadein {
	from {
		opacity: 0;
		transform: translateX(15%);
	} to {
		opacity: 1;
		transform: translateX(0%);
	}
}

.menu-open .hn-mobile nav.navigation ul.menu > li {
	animation-name: eo_nav_ul_li_fadein;
	animation-duration: 0.5s;
	animation-timing-function: cubic-bezier(0.7, -0.2, .5, 1.0);
	animation-fill-mode: forwards;
}

.menu-open .hn-mobile nav.navigation ul.menu > li:nth-of-type(1) {
	animation-delay: 0.0s;
}

.menu-open .hn-mobile nav.navigation ul.menu > li:nth-of-type(2) {
	animation-delay: 0.1s;
}

.menu-open .hn-mobile nav.navigation ul.menu > li:nth-of-type(3) {
	animation-delay: 0.2s;
}

.menu-open .hn-mobile nav.navigation ul.menu > li:nth-of-type(4) {
	animation-delay: 0.3s;
}

.menu-open .hn-mobile nav.navigation ul.menu > li:nth-of-type(5) {
	animation-delay: 0.4s;
}

.menu-open .hn-mobile nav.navigation ul.menu > li:nth-of-type(6) {
	animation-delay: 0.5s;
}

.menu-open .hn-mobile nav.navigation ul.menu > li:nth-of-type(7) {
	animation-delay: 0.6s;
}

.menu-open .hn-mobile nav.navigation ul.menu > li:nth-of-type(8) {
	animation-delay: 0.7s;
}

.menu-open .hn-mobile nav.navigation ul.menu > li:nth-of-type(9) {
	animation-delay: 0.8s;
}

.menu-open .hn-mobile nav.navigation ul.menu > li:nth-of-type(10) {
	animation-delay: 0.9s;
}

.menu-open .hn-mobile nav.navigation ul.menu > li:nth-of-type(11) {
	animation-delay: 1.0s;
}

.hn-mobile nav.navigation ul.menu > li.current-menu-parent::before,
.hn-mobile nav.navigation ul.menu > li.current-menu-ancestor::before,
.hn-mobile nav.navigation ul.menu > li.current-menu-item::before,
.hn-mobile nav.navigation ul.menu > li.current-category-parent::before,
.hn-mobile nav.navigation ul.menu > li.current-category-ancestor::before,
.hn-mobile nav.navigation ul.menu > li.current-post-ancestor::before,
.hn-mobile nav.navigation ul.menu > li.current-page-ancestor::before {
}

.hn-mobile nav.navigation ul.menu > li > a {
	max-width: 100%;
	height: 80px;
	line-height: 80px !important;
	color: #FFFFFF;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	padding: 0 40px 0 20px;
	text-transform: none;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #5CC4EC;
}

.hn-mobile nav.navigation ul.menu > li.current-menu-parent > a,
.hn-mobile nav.navigation ul.menu > li.current-menu-ancestor > a,
.hn-mobile nav.navigation ul.menu > li.current-menu-item > a,
.hn-mobile nav.navigation ul.menu > li.current-category-parent > a,
.hn-mobile nav.navigation ul.menu > li.current-category-ancestor > a,
.hn-mobile nav.navigation ul.menu > li.current-post-ancestor > a,
.hn-mobile nav.navigation ul.menu > li.current-page-ancestor > a {
}

.hn-mobile nav.navigation ul.menu > li.menu-item-has-children::after,
.hn-mobile nav.navigation ul.menu > li.menu-item-has-children > a::after {
	content: '';
	position: absolute;
	z-index: 0;
	top: 50%;
	bottom: 50%;
	left: 0;
	right: 0;
}

.hn-mobile nav.navigation ul.menu > li.menu-item-has-children {
	box-shadow: none;
}

.hn-mobile nav.navigation ul.menu > li.menu-item-has-children.toggled-on {
	box-shadow: 0 0 5px rgba(0, 0, 0, .35);
	transition: border-color 0.0s, box-shadow 0.0s linear 0.5s;
}

.hn-mobile nav.navigation ul.menu > li.menu-item-has-children::after {
	background-color: #F2F2F2;
}

.hn-mobile nav.navigation ul.menu > li.menu-item-has-children > a::after {
	background-color: rgba(171, 171, 171, 0.25);
}

.hn-mobile nav.navigation ul.menu > li.menu-item-has-children::after,
.hn-mobile nav.navigation ul.menu > li.menu-item-has-children > a::after {
	opacity: 0;
}

@keyframes seco_navibackgroundfadein {
	from {
		opacity: 0;
		top: 50%;
		bottom: 50%;
	} to {
		opacity: 1;
		top: 0px;
		bottom: 0px;
	}
}

.hn-mobile nav.navigation ul.menu > li.menu-item-has-children.toggled-on::after,
.hn-mobile nav.navigation ul.menu > li.menu-item-has-children.toggled-on > a::after {
	animation-name: seco_navibackgroundfadein;
	animation-duration: 0.3s;
	animation-delay: 0.2s;
	animation-timing-function: cubic-bezier(0.7, -0.2, .5, 1.0);
	animation-fill-mode: forwards;
}

.hn-mobile nav.navigation ul.menu > li.menu-item-has-children.toggled-on > a::after {
	animation-delay: 0.4s;
}

.hn-mobile nav.navigation ul.menu > li > .sub-menu {
	display: none;
	position: relative;
	z-index: 1;
	padding: 53px 0 0;
	overflow: hidden;
}

.hn-mobile nav.navigation ul.menu > li > .sub-menu::before,
.hn-mobile nav.navigation ul.menu > li > .sub-menu::after {
	content: '';
	width: 1px;
	position: absolute;
	z-index: 2;
	top: 50%;
	bottom: 50%;
	background-color: #121212;
}

.hn-mobile nav.navigation ul.menu > li > .sub-menu::before {
	left: 0;
}

.hn-mobile nav.navigation ul.menu > li > .sub-menu::after {
	right: 0;
}

.hn-mobile nav.navigation ul.menu > li > .sub-menu::before,
.hn-mobile nav.navigation ul.menu > li > .sub-menu::after {
	opacity: 0;
}

@keyframes seco_submenuborderfadein {
	from {
		opacity: 0;
		top: 50%;
		bottom: 50%;
	} to {
		opacity: 1;
		top: 0px;
		bottom: 0px;
	}
}

.hn-mobile nav.navigation ul.menu > li > .sub-menu.toggled-on::before,
.hn-mobile nav.navigation ul.menu > li > .sub-menu.toggled-on::after {
	animation-name: seco_submenuborderfadein;
	animation-duration: 0.3s;
	animation-delay: 0.4s;
	animation-timing-function: cubic-bezier(0.7, -0.2, .5, 1.0);
	animation-fill-mode: forwards;
}

.hn-mobile nav.navigation ul.menu > li > .sub-menu.toggled-on {
}

.hn-mobile nav.navigation ul.menu > li > .sub-menu > li {
	height: 55px;
	position: relative;
	z-index: 1;
	text-align: left;
	padding-top: 1px;
}

.hn-mobile nav.navigation ul.menu > li > .sub-menu > li::before {
	content: '';
	height: 1px;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 50%;
	right: 50%;
	background-color: #FFFFFF;
}

.hn-mobile nav.navigation ul.menu > li > .sub-menu > li::before {
	opacity: 0;
}

@keyframes seco_submenuliborderfadein {
	from {
		opacity: 0;
		left: 50%;
		right: 50%;
	} to {
		opacity: 1;
		left: 0;
		right: 0;
	}
}

.hn-mobile nav.navigation ul.menu > li > .sub-menu.toggled-on > li::before {
	animation-name: seco_submenuliborderfadein;
	animation-duration: 0.3s;
	animation-delay: 0.4s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

.hn-mobile nav.navigation ul.menu > li > .sub-menu > li:last-of-type {
}

.hn-mobile nav.navigation ul.menu > li > .sub-menu li::after {
}

.hn-mobile nav.navigation ul.menu > li > .sub-menu li.current-menu-ancestor::after,
.hn-mobile nav.navigation ul.menu > li > .sub-menu li.current-menu-item::after,
.hn-mobile nav.navigation ul.menu > li > .sub-menu li.current_page_item::after {

}

.hn-mobile nav.navigation ul.menu > li > .sub-menu > li > a {
	max-width: 100%;
	height: 54px;
	line-height: 54px !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #121212;
	font-weight: 300;
	padding: 0 40px 0 30px;
	display: block;
}

.hn-mobile nav.navigation ul.menu > li > .dropdown-toggle {
	display: block;
	width: 100%;
	height: 55px;
	background-color: transparent;
	border: 0 none;
	padding: 0;
	position: absolute;
	z-index: 3;
	top: -1px;
	right: -0px;
	cursor: pointer;
	transition: right 0.3s cubic-bezier(0.7, -0.2, .5, 1.0) 0.2s;
}

.hn-mobile nav.navigation ul.menu > li > .dropdown-toggle.toggled-on {
	right: 0px;
}

.hn-mobile nav.navigation ul.menu > li > .dropdown-toggle::before {
	content: '';
	width: 18px;
	height: 2px;
	position: absolute;
	z-index: 2;
	top: 27px;
	right: 18px;
	background-color: #121212;
	transform: rotate(0deg);
	transition: background-color 0.3s ease, transform 0.6s cubic-bezier(0.7, -0.2, .5, 1.0);
}

.hn-mobile nav.navigation ul.menu > li > .dropdown-toggle::after {
	content: '';
	width: 2px;
	height: 18px;
	position: absolute;
	z-index: 2;
	top: 19px;
	right: 26px;
	background-color: #121212;
	transform: rotate(0deg);
	transition: background-color 0.3s ease, transform 0.3s cubic-bezier(0.7, -0.2, .5, 1.0) 0.3s;
}

.hn-mobile nav.navigation ul.menu > li > .dropdown-toggle.toggled-on::before {
	transform: rotate(180deg);
}

.hn-mobile nav.navigation ul.menu > li > .dropdown-toggle.toggled-on::after {
	transform: rotate(90deg);
}

/* ------------------------------------------------------------------------ */
/* Hauptnavigation Mobile													*/
/* ------------------------------------------------------------------------ */

/* .hn-mobile .site-branding a.logo img {
	background-color: transparent;
}

.hn-mobile nav.navigation ul.menu {
}

.hn-mobile nav.navigation ul.menu > li {
	min-height: 40px;
	position: relative;
	z-index: 1;
}

.hn-mobile nav.navigation ul.menu > li:first-child {
	margin-top: 0;
}

.hn-mobile nav.navigation ul.menu > li a {
	height: 40px;
	max-width: 100%;
	line-height: 39px;
	font-style: normal;
	font-weight: 400;
	padding: 0 10px 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #FFFFFF;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	text-align: left;
	background-color: transparent;
	transition: background-color 0s linear;
}

.hn-mobile nav.navigation ul.menu > li.ueberschrift > a {
	cursor: default;
}

.hn-mobile nav.navigation ul.menu > li:hover > a,
.hn-mobile nav.navigation ul.menu > li > a:hover {
	background-color: #5CC4EC;
}

.hn-mobile nav.navigation ul.menu > li:hover > a,
.hn-mobile nav.navigation ul.menu > li > a:hover,
.hn-mobile nav.navigation ul.menu > li:hover > button::before,
.hn-mobile nav.navigation ul.menu > li > .sub-menu > li:hover > a {
	color: #FFFFFF;
}

.hn-mobile nav.navigation ul.menu > li.menu-item-has-children > a {
	padding: 0 40px 0 10px;
}

.hn-mobile nav.navigation ul.menu > li.current-menu-item > a,
.hn-mobile nav.navigation ul.menu > li.current-category-ancestor > a,
.hn-mobile nav.navigation ul.menu > li.current-post-ancestor > a,
.hn-mobile nav.navigation ul.menu > li.current-page-ancestor > a,
.hn-mobile nav.navigation ul.menu > li.current-menu-parent > a,
.hn-mobile nav.navigation ul.menu > li > .sub-menu > li.current-menu-item > a,
.hn-mobile nav.navigation ul.menu > li > .sub-menu > li.current-post-parent > a,
.hn-mobile nav.navigation ul.menu > li > .sub-menu > li.current-post-ancestor > a,
.hn-mobile nav.navigation ul.menu > li > .sub-menu > li.current-page-ancestor > a,
.hn-mobile nav.navigation ul.menu > li > .sub-menu > li.current-menu-parent > a {
	font-weight: 400;
}

.hn-mobile nav.navigation ul.menu > li.current-menu-item::before,
.hn-mobile nav.navigation ul.menu > li.current-category-ancestor::before,
.hn-mobile nav.navigation ul.menu > li.current-post-ancestor::before,
.hn-mobile nav.navigation ul.menu > li.current-page-ancestor::before,
.hn-mobile nav.navigation ul.menu > li.current-menu-parent::before,
.hn-mobile nav.navigation ul.menu > li > .sub-menu > li.current-menu-item::before,
.hn-mobile nav.navigation ul.menu > li > .sub-menu > li.current-post-parent::before,
.hn-mobile nav.navigation ul.menu > li > .sub-menu > li.current-post-ancestor::before,
.hn-mobile nav.navigation ul.menu > li > .sub-menu > li.current-page-ancestor::before,
.hn-mobile nav.navigation ul.menu > li > .sub-menu > li.current-menu-parent::before {
	content: '';
	width: 4px;
	height: 4px;
	position: absolute;
	z-index: 0;
	top: 18px;
	left: -22px;
	border-radius: 50%;
	background-color: #5CC4EC;
}

.hn-mobile nav.navigation ul.menu > li.current-menu-item > a::before,
.hn-mobile nav.navigation ul.menu > li.current-category-ancestor > a::before,
.hn-mobile nav.navigation ul.menu > li.current-post-ancestor > a::before,
.hn-mobile nav.navigation ul.menu > li.current-page-ancestor > a::before,
.hn-mobile nav.navigation ul.menu > li.current-menu-parent > a::before,
.hn-mobile nav.navigation ul.menu > li > .sub-menu > li.current-menu-item > a::before,
.hn-mobile nav.navigation ul.menu > li > .sub-menu > li.current-post-parent > a::before,
.hn-mobile nav.navigation ul.menu > li > .sub-menu > li.current-post-ancestor > a::before,
.hn-mobile nav.navigation ul.menu > li > .sub-menu > li.current-page-ancestor > a::before,
.hn-mobile nav.navigation ul.menu > li > .sub-menu > li.current-menu-parent > a::before {
}

.hn-mobile nav.navigation ul.menu > li.toggled-on::after {
	content: '';
	height: 40px;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, .25);
}

.hn-mobile nav.navigation ul.menu > li > .sub-menu {
	position: relative;
	z-index: -1;
}

.hn-mobile nav.navigation ul.menu > li > .sub-menu.toggled-on {
}

.hn-mobile nav.navigation ul.menu > li > .sub-menu > li {
	min-height: 41px;
	position: relative;
	z-index: 1;
	text-align: center;
}

.hn-mobile nav.navigation ul.menu > li > .sub-menu::before {
	content: '';
	height: 41px;
	position: relative;
	z-index: 1;
	display: block;
}

.hn-mobile nav.navigation ul.menu > li > .sub-menu > li > a {
	font-style: normal;
	font-weight: 200;
	white-space: nowrap;
	padding: 0 10px 0 15px;
	background-color: rgba(255, 255, 255, .15);
}

.hn-mobile nav.navigation ul.menu > li > .sub-menu > li:hover > a,
.hn-mobile nav.navigation ul.menu > li > .sub-menu > li > a:hover {
	background-color: #5CC4EC;
}

.dropdown-toggle {
	display: block;
	width: 100%;
	height: 40px;
	background-color: transparent;
	border: 0 none;
	padding: 0;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	cursor: pointer;
}

.container.content button.dropdown-toggle {
	padding: 0;
}

.dropdown-toggle[aria-expanded="false"]::before,
.dropdown-toggle[aria-expanded="true"]::before {
	content: '';
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-family: 'Ionicons';
	font-size: 27px;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
}

.dropdown-toggle[aria-expanded="false"]::before {
	content: '\f102';
}

.dropdown-toggle[aria-expanded="true"]::before {
	content: '\f1fc';
}

.dropdown-toggle[aria-expanded="false"] {
}

.dropdown-toggle[aria-expanded="false"]:hover,
.dropdown-toggle[aria-expanded="true"],
.dropdown-toggle[aria-expanded="true"]:hover {
}

.dropdown-toggle[aria-expanded="false"]:hover::before,
.dropdown-toggle[aria-expanded="true"]::before,
.dropdown-toggle[aria-expanded="true"]:hover::before {
} */

/* ------------------------------------------------------------------------ */
/* Breadcrumb																*/
/* ------------------------------------------------------------------------ */

.breadcrumb {
	height: 40px;
}

.content-column.full_width.breadcrumb {
	height: 40px;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: transparent !important;
}

.breadcrumb span {
	height: 40px;
	overflow: hidden;
	padding: 0;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.breadcrumb * {
	color: #3D3D3D;
	white-space: nowrap;
}

.breadcrumb > span span.home {
	font-weight: 500;
}

.breadcrumb a,
.breadcrumb a *,
.breadcrumb span a,
.breadcrumb span a * {
	color: #3D3D3D !important;
	line-height: 40px;
}

.breadcrumb a::before {
	display: none;
}

.breadcrumb > span a:hover,
.breadcrumb > span a:hover span {
	color: #3D3D3D !important;
}

.breadcrumb > span * {
	line-height: 40px;
}

.breadcrumb a,
.breadcrumb span.trenner {
	float: left;
	white-space: nowrap;
}

.breadcrumb span.trenner {
	width: 20px;
	line-height: 38px;
	display: block;
}

.breadcrumb span.trenner::before {
	content: '\f3d1';
	font-family: 'Ionicons';
	font-size: 14px;
	width: 20px;
	color: #5CC4EC;
	line-height: 40px;
	text-align: center;
}

.breadcrumb .breadcrumb_last {
	color: #3D3D3D;
	font-weight: 400;
	position: relative;
	z-index: 1;
}

.eo-featuredimage .eo-featuredimage-helper.bg-yes + .breadcrumb {
	overflow: visible;
}

.eo-featuredimage .eo-featuredimage-helper.bg-yes + .breadcrumb::before {
	content: '';
	height: 100px;
	position: absolute;
	z-index: 0;
	bottom: -20px;
	left: 0;
	right: 0;
	background-image: linear-gradient(to top, rgba(9, 45, 78, 0.95) -30%, rgba(9, 45, 78, 0.25) 45%, rgba(9, 45, 78, 0.05) 75%, rgba(255, 255, 255, 0) 100%);
}

.eo-featuredimage .eo-featuredimage-helper.bg-yes + .breadcrumb a,
.eo-featuredimage .eo-featuredimage-helper.bg-yes + .breadcrumb span {
	color: #FFFFFF !important;
}

/* ------------------------------------------------------------------------ */
/* Social Links																*/
/* ------------------------------------------------------------------------ */

.menu-socialnavigation-container ul.menu {
}

.menu-socialnavigation-container ul.menu > li {
	padding-left: 26px;
	position: relative;
	z-index: 1;
}

.menu-socialnavigation-container ul.menu > li::before {
	display: none;
}

.menu-socialnavigation-container ul.menu > li::after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	margin-top: 1px;
	background-repeat: no-repeat;
	background-position: 0 0;
	transform: translateY(-50%);
}

.menu-socialnavigation-container ul.menu > li.facebook::after {
	background-image: url('../../global/img/facebook-icon.svg');
}

.menu-socialnavigation-container ul.menu > li.linkedin::after {
	background-image: url('../../global/img/linkedin-icon.svg');
}

.menu-socialnavigation-container ul.menu > li.xing::after {
	background-image: url('../../global/img/xing-icon.svg');
}

.menu-socialnavigation-container ul.menu > li.instagram::after {
	background-image: url('../../global/img/instagram-icon.svg');
}

.menu-socialnavigation-container ul.menu > li.twitter::after {
	background-image: url('../../global/img/twitter-icon.svg');
}

.menu-socialnavigation-container ul.menu > li.kununu::after {
	background-image: url('../../global/img/kununu-icon.svg');
}

/* ------------------------------------------------------------------------ */
/* Metanavigation															*/
/* ------------------------------------------------------------------------ */

.menu-footernavigation-container {
}

/* ----------------------- 		Media Queries	   ------------------------ */

/* ------------------------------------------------------------------------ */
/* General Definitions all Sizes											*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 0em) {
	.hn-mobile nav.navigation ul.menu > li > a {
		font-size: 4.5rem !important;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 480px (portrait, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 29.9375em) and (orientation: portrait) {
	.hn-mobile nav.navigation ul.menu > li > a {
		font-size: 3.4rem !important;
	}

	/* ------------------------------------------------------------------------ */

}

/* ------------------------------------------------------------------------ */
/* Sizes up to 480px (landscape, devices and browsers)					    */
/* ------------------------------------------------------------------------ */
@media only screen and (max-height: 29.9375em) and (max-width: 47.9375em) and (orientation: landscape) {
	.hn-mobile nav.navigation ul.menu > li > a {
		font-size: 3.4rem !important;
	}
	
	/* ------------------------------------------------------------------------ */

}

/* ------------------------------------------------------------------------ */
/* Sizes from 480px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 30em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 480px (portrait, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 30em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 480px (landscape, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-height: 30em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 640px (devices and browsers)								    */
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 39.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 640px (portrait, devices and browsers)					    */
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 39.9375em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 640px (landscape, devices and browsers)					    */
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 39.9375em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 768px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 47.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 768px (portrait, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 47.9375em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 768px (landscape, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-height: 47.9375em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 768px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 48em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 768px (portrait, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 48em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 768px (landscape, devices and browser							*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-height: 48em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 480px to 1024px (devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 30em) and (max-width: 63.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 480px to 1024px (portrait, devices and browsers)				*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 30em) and (max-width: 63.9375em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 480px to 1024px (landscape, devices and browsers)				*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-height: 30em) and (max-width: 63.9375em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 1024px (devices and browsers)								*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 63.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 1024px (portrait, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 63.9375em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 1024px (landscape, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-height: 63.9375em) and (max-width: 79.9375em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1024px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 64em) {
	.hn-mobile nav.navigation ul.menu > li:hover > a,
	.hn-mobile nav.navigation ul.menu > li:focus > a,
	.hn-mobile nav.navigation ul.menu > li > .sub-menu > li:hover > a,
	.hn-mobile nav.navigation ul.menu > li > .sub-menu > li:focus > a {
		color: #5CC4EC;
	}

	.hn-mobile nav.navigation ul.menu > li > a::before {
		content: '';
		position: absolute;
		z-index: -1;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.hn-mobile nav.navigation ul.menu > li > a::before {
		background-color: transparent;
		transform: scaleX(0);
		transform-origin: top right;
		transition: background-color 0.4s ease, border-color 0.4s ease, transform 0.4s ease;
	}

	.hn-mobile nav.navigation ul.menu > li:hover > a::before,
	.hn-mobile nav.navigation ul.menu > li:focus > a::before {
		background-color: #FFFFFF;
		transform: scaleX(1);
		transform-origin: top left;
		transition: background-color 0.4s ease, border-color 0.4s ease, transform 0.6s ease;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1024px (portrait, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 64em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1024px (landscape, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 64em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Monitor sizes from 1024px to 1280px (devices and browsers)				*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 64em) and (max-width: 79.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 1280px (devices and browsers)								*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 79.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 1280px (portrait, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 79.9375em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 1280px (landscape, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 79.9375em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1280px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 80em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 1440px (devices and browsers)								*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 89.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1440px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 90em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1280px to 1600px (devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 80em) and (max-width: 99.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1280px to 1600px (devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 99.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1600px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 100em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1920px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 120em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 2800px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 160em) {
}