@charset "utf-8";
#header_menu{
	min-height: 50px;
	padding-top: 26px;
	}

/* --------------------------------------------
   Resetten 
--------------------------------------------- */
.moduletable_top ul,
.moduletable_top ul li,
.moduletable_top ul li ul,
.moduletable_top ul li ul li,
#footer-menu ul,
#footer-menu ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
/* ----------------------------------
   Position main and sub items
---------------------------------- */
.moduletable_top ul {
 	float: right; 
	margin-left: 10px;
}
.moduletable_top ul li {
    float: left;
 	display: block;
	margin-left: 30px;
}


/* --------------------------------------
   Link styles for the main and sub items
----------------------------------------- */

/* Hover Main items */

.moduletable_top ul li a:hover, .moduletable_top ul li a:focus, .moduletable_top ul li a.active {
    color: #61a5d6;
    text-decoration: none;
}
#footer-menu ul li a:hover {
    color: #e3bf01;
    text-decoration: none;
}

/* Main items normal */

.moduletable_top ul li a{
    color: white;
	font-weight: normal;
	font-size: 18px;
}
#footer-menu ul li a{
    color: white;
	font-weight: normal;
	font-size: 18px;
}


.moduletable_top ul li {
/*     display: inline-block; */
/*     vertical-align: middle; */
}
.moduletable_top ul li a{
    text-decoration: none;
    transition: color 0.1s, background-color 0.1s;
}
.moduletable_top ul li a {
    position: relative;
/*     display: block; */
	padding: 0 0 5px 0;
    transition: color 0.1s, background-color 0.1s, padding 0.2s ease-in;
}
.moduletable_top ul li a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 3px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #e3bf01;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: color 0.1s,transform 0.2s ease-out;
}
/* .moduletable_top ul li a:active::before {
    background-color: white;
} */
.moduletable_top ul li a:hover::before, .moduletable_top ul li a:focus::before, .moduletable_top ul li a.active::before {
    transform-origin: left top;
    transform: scale(1, 1);
}



/* --------------------------------------
   Responsive menu layout
----------------------------------------- */

.nav-toggle {
		display: none;
}

@media screen and (min-width: 1000px) and (max-width: 1250px) {
	.moduletable_top ul li{
	margin-left: 20px;
	}
	.moduletable_top ul li a{
	font-size: 16px;
	}
}

@media screen and (max-width: 1000px) {

.moduletable_top ul {
    display: block;
    min-width: auto;
    padding-top: 10px;
    position: relative;
}	
.moduletable_top ul li {
    background-color: #010b3c;
    box-shadow: 0 3px 15px rgba(0,0,0,.18);
    margin-bottom: 10px;
    max-width: 300px;
	padding: 5px 0 10px 20px; 
}
	.moduletable_top ul li {
	float: none;
	}
/* 	.moduletable_top ul li a {
	color: #fff;
	padding: 0 20px;
	} */
	.nav-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  display: block;
  height: 1rem;
  right: 2rem;
  position: fixed;
  top: 2rem;
  width: 3rem;
  z-index: 2; 
  }
  .nav-toggle:hover {
    opacity: 0.8; }
  .nav-toggle .nav-toggle-bar,
  .nav-toggle .nav-toggle-bar::after,
  .nav-toggle .nav-toggle-bar::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #61a5d6;
    content: '';
    height: 0.3rem;
    width: 100%; }
  .nav-toggle .nav-toggle-bar {
    margin-top: 0; }
  .nav-toggle .nav-toggle-bar::after {
    margin-top: 0.6rem; }
  .nav-toggle .nav-toggle-bar::before {
    margin-top: -0.6rem; }
  .nav-toggle.expanded .nav-toggle-bar {
    background: transparent; }
  .nav-toggle.expanded .nav-toggle-bar::after, .nav-toggle.expanded .nav-toggle-bar::before {
/*     background: #fd4408; */
    margin-top: 0; }
  .nav-toggle.expanded .nav-toggle-bar::after {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .nav-toggle.expanded .nav-toggle-bar::before {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

/* nav */
nav ul.nav {
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -ms-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: right 0.5s ease;
  background: rgba(255, 255, 255, 0.95);
  color: white;
  cursor: pointer;
  font-size: 2rem;
  height: 100vh;
  right: -100vw;
  padding: 2rem 2rem 2rem 2rem;
  position: fixed;
  top: 0;
  width: 100vw;
  overflow: scroll;
  z-index: 1; 
	}
nav.expanded ul.nav {
    right: 0; 
	}
}
