
#respnavi{
	display:none;
	width:100%;
	height:auto;
	position:absolute;
	top:120px;
	right:0%;
	background-color:#013467;
	z-index:120;
}
ul.navi a{
	text-decoration:none;
}
.navi li{
	padding: 8px 22px;
	color:#edeceb;
	font-size:1em;
	cursor:pointer;
}
.navi li:hover, .navi li:focus{
	background-color:#edeceb;
	color:#013467;
	transition:ease-out 0.6s;
}
.navi a{
	color:#edeceb;
	font-size:1em;
	cursor:pointer;
	text-decoration:none;
}
.navi a:hover, .navi a:focus{
	background-color:#edeceb;
	color:#013467;
	transition:ease-out 0.6s;
}
.navi .mobilnav{
	padding: 8px 22px;
	color:#edeceb;
	font-size:1em;
	cursor:pointer;
	text-decoration:none;
	width:100%;
}
.navi .mobilnav:hover,
.navi .mobilnav:focus{
	background-color:#edeceb;
	color:#013467;
	transition:ease-out 0.6s;
}
.dropdownmobil, .dropdownmobil02,
.dropdownmobil03, .dropdownmobil04{
	background-color:#2f5982;
	letter-spacing:0.01em;
	font-size:0.9em;
	display:none;
}
.dropdownmobil a, .dropdownmobil02 a,
.dropdownmobil03 a, .dropdownmobil04 a{
    display: block;
	padding: 12px 30px;
	color:#edeceb;
}
.dropdownmobil a:hover, .dropdownmobil a:focus,
.dropdownmobil02 a:hover, .dropdownmobil02 a:focus,
.dropdownmobil03 a:hover, .dropdownmobil03 a:focus,
.dropdownmobil04 a:hover, .dropdownmobil04 a:focus{
	background-color:#edeceb;
	color:#2f5982;
}

ul .subnavi { 
	font-size:0.8em;
	margin-left:5%;
}
.subnavi li{
	margin-top:-20px;
	border-top:none;
}
.subnavi li a{
	border-bottom:none;
}
/* Hamburger */
.c-hamburger {
	float:right;
  display: block;
  position: absolute;
  right:2%;
  top:65px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  font-size: 0;
  z-index:200;
  border:solid 1px #edeceb;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
          transition: background 0.3s;
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 22px;
  left: 10px;
  right: 10px;
  height: 4px;
  background: #edeceb;
}
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #edeceb;
  content: "";
}
.c-hamburger span::before {
  top: -10px;
}
.c-hamburger span::after {
  bottom: -10px;
}
.c-hamburger--htx {
  background-color: #013467;
}
.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
          transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}
.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}
/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: #013467;
}
.c-hamburger--htx.is-active span {
  background: none;
}
.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
}


@media screen and (max-width: 1000px) {
#menu{
	display:none;
}
}
@media screen and (min-width: 999px) {
.c-hamburger{
	display:none;
}
}
@media screen and (max-width: 767px) {
.c-hamburger {
  top:70px;
}
#respnavi{
	top:18%;
}
}