@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: 63em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }


}
@media screen and (max-width: 63em) {
 
	#menu {
    float: right;
    width: 35%;
	}
	
	#header_menu{
	margin-top: 0;
	}
	
.js .nav-collapse {
  margin-left: 20px;
}

 .moduletable_top {
    position: relative;
}
	.moduletable_top ul {
    background-color: white;
	-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; 
	margin-bottom: 10px;
    text-align: left;
}
.moduletable_top ul#navigation li {
    float: none;
    height: auto;
    width: 150px;
}
.moduletable_top li.item-101 {
    background: transparent url("../images/Eck_rot.png") no-repeat scroll 10% 55%;
}
.moduletable_top li.item-117 {
	background: url("../images/Eck_rot.png") no-repeat scroll 10% 55% transparent;
}

.moduletable_top li.item-118 {
	background: url("../images/Eck_rot.png") no-repeat scroll 10% 55% transparent;
}

.moduletable_top li.item-119 {
	background: url("../images/Eck_rot.png") no-repeat scroll 10% 55% transparent;
}

.moduletable_top li.item-120 {
	background: url("../images/Eck_rot.png") no-repeat scroll 10% 55% transparent;
}

.moduletable_top li.item-121 {
	background: url("../images/Eck_rot.png") no-repeat scroll 10% 55% transparent;
}

.moduletable_top li.item-122 {
	background: url("../images/Eck_rot.png") no-repeat scroll 10% 55% transparent;
}

.moduletable_top ul li a {
    padding: 5px 0 5px 35px;
}
.moduletable_top ul li ul {
    float: none;
    left: 0;
    position: relative;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}
.moduletable_top li.item-119 {
	padding-bottom: 5px;
}
}

/* For screen smaller than 600px */
@media (max-width: 37.5em) {
	#menu {
    width: 65%;
	}
}
/* ------------------------------------------
  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: 120px;
  height: 55px;
  right: 0;
  top: -10px;
}


.nav-toggle:before {
  color: #d1291f; /* Edit this to change the icon color */
  font-family: "responsivenav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 28px;
  text-transform: none;
  position: absolute;
  content: "Menü ≡";
  text-indent: 0;
  text-align: center;
  line-height: 55px;
  speak: none;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-toggle.active{
	top: -10px;
}
.nav-toggle.active::before {
  font-size: 24px;
  content:"x";
}





