@charset "UTF-8";

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 61.25em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}
@media screen and (max-width: 61.25em) {
	
.moduletable_top ul {
    float: left;
	}	
 .moduletable_main {
	min-height: 50px;
    position: relative;
	}
	.moduletable_main ul {
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	-webkit-box-shadow: 0 3px 5px 1px #CFCFCF;
	box-shadow: 0 3px 5px 1px #CFCFCF;
 	float: left; 
	}
.moduletable_main ul#navigation li {
    float: none;
    line-height: 2;
	margin-left: 0;
    padding-left: 10px;
    width: 180px;
	}
.moduletable_main ul#navigation li.item-104{
    padding-top: 20px;
}	
.moduletable_main ul li.item-124{
    padding-bottom: 20px;
}

/* Um das Untermenü sichtbar zu machen!
.moduletable_main ul li ul {
    float: none;
    left: 0;
    position: relative;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
	} */
}

/* For screen smaller than 650px */
@media (max-width: 40.625em) {
	
.moduletable_top ul li.item-101 {
	width: 80px;
}
.moduletable_top ul li.item-102 {
	width: 75px;
}
.moduletable_top ul li.item-103 {
	width: 80px;
}
}
/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("../fonts/icons/responsivenav.eot");
  src:url("../fonts/icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../fonts/icons/responsivenav.ttf") format("truetype"),
    url("../fonts/icons/responsivenav.woff") format("woff"),
    url("../fonts/icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  position: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -999px;
  position: absolute;
  overflow: hidden;
  width: 70px;
  height: 55px;  
}

.nav-toggle:before {
  color: #ff7f00; /* Edit this to change the icon color */
  font-family: "responsivenav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 40px;
  text-transform: none;
  position: absolute;
  content: "≡";
  text-indent: 0;
  text-align: center;
  line-height: 55px;
  speak: none;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-toggle.active{
	top: 0px;
}
.nav-toggle.active::before {
  font-size: 40px;
  content:"x";
}





