/* 
   Navbar des webservices
   z-index: 901-904
 */

.icon-desktop:before,
.icon-menu-close:before,
.icon-menu:before,
.icon-mobile:before,
.icon-submenu-down:before,
.icon-submenu-right:before,
.nav-ws-button:before,
.nav-ws-close:before,
.nav-ws .nav-ws-submenu > a:after,
.nav-ws > ul > .nav-ws-submenu > a:after {
	font-family: "icon-font";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	vertical-align: top;
}

.icon-desktop:before {
	content: "\E001";
}

.icon-menu-close:before {
	content: "\E002";
}

.icon-menu:before {
	content: "\E003";
}

.icon-mobile:before {
	content: "\E004";
}

.icon-submenu-down:before {
	content: "\E005";
}

.icon-submenu-right:before {
	content: "\E006";
}

.icon-world:before {
	content: "\E007";
}

.nav-ws-lock-scroll {
	overflow: hidden;
}

.nav-ws a.nav-ws-icon-contact {
	height: 3rem;
	width: 48px;
	background: url("/webservices/share/img/contact_us.svg");
	background-repeat: no-repeat;
	background-size: 32px;
	background-position: center center;
}

.nav-ws a.nav-ws-icon-legal-notice {
	height: 3rem;
	width: 48px;
	background: url("/webservices/share/img/legal_notice.svg");
	background-repeat: no-repeat;
	background-size: 32px;
	background-position: center center;
}

.nav-ws a.nav-ws-icon-report-issue {
	height: 3rem;
	width: 48px;
	background: url("/webservices/share/img/report_issue.svg");
	background-repeat: no-repeat;
	background-size: 32px;
	background-position: center center;
}

.nav-ws a.ws-icon-apps,
.nav-ws a.ws-icon-apps:hover {
	display: none;
	z-index: 905;
	position: fixed;
	top: 1.0rem;
	left: 1.0rem;
	height: 32px;
	width: 32px;
	background: url(/webservices/share/img/ic_apps_white_48px.svg) no-repeat center / 32px;
}

.nav-ws {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 901;
	overflow-x: hidden;
	overflow-y: auto;
	border-top: thin solid hsl(30,6%,33%);
   box-shadow: 0 0 4px hsla(0,0%,0%,.14), 0 4px 8px hsla(0,0%,0%,.28);
}

.nav-ws ul {
	display: block;
	position: relative;
	zoom: 1;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.nav-ws a,
.nav-ws a:hover,
.nav-ws a:active,
.nav-ws a:visited {
	display: block;
	position: relative;
}

.nav-ws-button,
.nav-ws-close {
	z-index: 905;
	position: fixed;
	top: 1rem;
	width: 2.4rem;
	height: 2.4rem;
	line-height: 2.4rem;
	overflow: hidden;
	cursor: pointer;
	text-decoration: none;
	background: hsl(23,16%,20%);
	color: hsl(20,9%,62%);
}

.nav-ws-button:before,
.nav-ws-close:before {
	display: block;
	text-align: center;
}

.nav-ws-button,
.nav-ws-close {
	display: block;
	right: 1rem;
	font-size: 1.5rem;
}

.nav-ws-button:before {
	content: "\E003";
}

.nav-ws-close {
	background: hsla(23,16%,20%,0.8);
}

.nav-ws-close:before, .nav-ws-close:after {
  position: absolute;
  top: 4px;
  left: 17px;
  content: ' ';
  height: 30px;
  width: 5px;
  background-color: hsl(0,60%,50%);
}

.nav-ws-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-ws-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-ws {
	padding-top: 4.5rem;
	line-height: 3.0rem;
	background: hsla(23,16%,20%,0.8);
	color: hsl(20,9%,62%);
}

.nav-ws ul {
	border-radius: 0 0 6px 6px;
	background: hsl(23,16%,20%);
}

.nav-ws ul ul {
	background: hsl(23,16%,18%);
}

.nav-ws ul ul ul {
	background: hsl(23,16%,14%);
}

.nav-ws li {
	border-top: 1px solid hsl(30,6%,33%);
	cursor: pointer;
}

.nav-ws li.right {
	float: right;
	font-size: 0.8rem;
}

.nav-ws li:hover > a,
.nav-ws li.nav-ws:active > a {
	color: hsl(30,100%,50%);
	background: hsl(23,16%,16%);
}

.nav-ws li.active > a {
	color: hsl(30,100%,50%);
	background: hsl(23,16%,16%);
}

/*.nav-ws li:hover.active > a {
	cursor: default;
}
*/
.nav-ws .nav-ws-submenu > ul {
	margin-left: 30px;
}

.nav-ws .nav-ws-submenu > a {
	padding-right: 30px !important;
}

.nav-ws a,
.nav-ws a:hover,
.nav-ws a:active,
.nav-ws a:visited {
	border-radius: 6px;
	padding: 0 15px 1px;
	color: hsl(0,0%,88%);
	text-decoration: none;
}

.nav-ws .nav-ws-submenu > a:after {
	position: absolute;
	display: block;
	right: 10px;
	top: 1px;
	content: "\E005";
}

.nav-ws a.nav-ws-txt {
	display: block;
}

.nav-ws a.nav-ws-icon-contact,
.nav-ws a.nav-ws-icon-legal-notice,
.nav-ws a.nav-ws-icon-report-issue {
	display: none;
}

/* Responsive instructions */

@media screen and (max-width: 980px) {

  .nav-ws a.nav-ws-txt {
    display: none;
  }

  .nav-ws a.nav-ws-icon-contact,
  .nav-ws a.nav-ws-icon-legal-notice,
  .nav-ws a.nav-ws-icon-report-issue {
    display: block;
  }

  .nav-ws a.nav-ws-icon-contact:hover {
    background: url("/webservices/share/img/contact_us_hover.svg");
    background-repeat: no-repeat;
    background-size: 36px;
    background-position: center center;
  }

  .nav-ws a.nav-ws-icon-legal-notice:hover {
    background: url("/webservices/share/img/legal_notice_hover.svg");
    background-repeat: no-repeat;
    background-size: 36px;
    background-position: center center;
  }

  .nav-ws a.nav-ws-icon-report-issue:hover {
    background: url("/webservices/share/img/report_issue_hover.svg");
    background-repeat: no-repeat;
    background-size: 36px;
    background-position: center center;
  }

}

@media only screen and (min-width: 830px) {

	.nav-ws {
		display: block;
		position: relative;
		bottom: auto;
		overflow: visible;
	}

	.nav-ws li {
		position: relative;
		white-space: nowrap;
	}

	.nav-ws > ul > li {
		display: inline-block;
	}

	.nav-ws ul {
		display: block;
		z-index: 902;
	}

	.nav-ws ul ul {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 903;
	}

	.nav-ws ul ul ul {
		top: 5px;
		left: 99%;
		z-index: 904;
	}

	.nav-ws ul ul li.nav-ws-left > ul {
		left: auto;
		right: 95%;
	}

	.nav-ws li:hover > ul {
		display: block;
	}

	.nav-ws-button {
		display: none;
	}

	.nav-ws {
		padding: 0 !important;
	}

	.nav-ws > ul > li {
		border-top: none;
	}

	.nav-ws li > ul {
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	}

	.nav-ws ul ul ul {
		border-radius: 0 6px 6px 6px;
	}

	.nav-ws ul ul ul li:first-child {
		border-top: none;
	}

	.nav-ws .nav-ws-left > ul {
		border-radius: 6px 0 6px 6px;
	}

	.nav-ws .nav-ws-submenu li {
		min-width: 110px;
	}

	.nav-ws .nav-ws-submenu > ul {
		margin: 0;
	}

	.nav-ws > ul > .nav-ws-submenu > a:after {
		content: "\E005";
	}

	.nav-ws .nav-ws-submenu > a:after {
		content: "\E006";
	}

}

@media only screen and (max-width: 829px) {

	a.hover + .nav-ws {
		display: block;
	}

	.nav-ws li.nav-ws-submenu > ul {
		display: none;
	}

	.nav-ws li.nav-ws-submenu:active > ul {
		display: block;
	}

	.nav-ws li.nav-ws-submenu > ul.active {
		display: block;
	}

	.nav-ws .nav-ws-submenu > ul {
		margin-left: 2rem;
	}

   .nav-ws a.nav-ws-icon-contact,
   .nav-ws a.nav-ws-icon-legal-notice,
   .nav-ws a.nav-ws-icon-report-issue {
     display: none;
   }

   .nav-ws a.nav-ws-txt {
     display: block;
   }

  .nav-ws a.ws-icon-apps,
  .nav-ws a.ws-icon-apps:hover {
    display: block;
  }

}

.nav-ws-fixed {
  position: fixed;
  top: 0;
  left: 0;
}
