#fixed_header {
    width: 1015px;
}
#menu {
    width: 100%;
    max-width: 1015px;
    position: relative;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);

}


#menu_contact {
    background: white;
}

#menu_contact a{
    color: #434B58;
}

#menu  .logohold {
    float: left;
    background: #FF8700;
    width: 190px;
}



#menu .logo1 {
    font: 400 29px/42px MisoRegular;
    padding:0px 5px 0px 19px;

    text-transform: uppercase;
    letter-spacing: -1px;
    color: #FFFFFF;

    /* OLD
        height: 30px;   
      font-family: 'MisoRegular';
        font-size: 35px;
        padding-top: 15px;
        padding-left: 10px;*/
}
.logo1 span{
    color: #000;

}


#submenu {
    width: 992;
    padding: 3px;
    background: white; 
    color: #333;
}


#submenu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#submenu ul li {
    display: inline-block;
    padding: 0px 10px;
    font-weight: 600;
    color:#2e2e2e;
}


/* Giving a background-color to the nav container. */
nav {
    margin: 0 0;
    z-index: 99999;
    background-color: #434B58;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
    content:"";
    display:table;
    clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
    padding:0;
    margin:0;
    list-style: none;
    position: relative;
}
/* Positioning the navigation items inline */
nav  .parent {
    margin: 0px;
    display:inline-block;
    line-height: 42px;
    padding:0 30px;

}

nav  .parent:hover {
    background-color: #292F38;

}
/* Positioning the navigation items inline */
nav .cont ul li {
    margin: 0px;
    display:inline-block;
    padding:0 0px;
    line-height: 16px;

}




/* Change ' +' in order to change the Dropdown symbol *
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }
*/


/* Styling the links */
nav .parent a {
    display:block;
    color:#FFF;
    font-size:16px;
    text-decoration:none;
}

nav .active:after {
    content: " "; 
    display: block;
    margin: 0 auto;
    z-index: 99999999;
    width: 100%;
    margin-top: -10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #ff8700;
}



/* Background color change on Hover */
nav  li:hover .parent {
    background-color: #292F38;
    color: white;
}


/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul .cont {
    margin-left: -25px;
    display: none;
    padding: 10px;
    background: #e3e3e3;
    position: absolute;
    top: 100%;
}

nav ul li:hover > .cont {
    z-index: 999;
    display:inherit;
    top: 42px;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
}

.cont ul li  {
    float:left;
    z-index: 999;
    display:list-item;
    position: relative;
}

.cont ul li a {
    padding: 5px;
    color: black;
    min-width:140px;
    font-size: 14px;
}

.cont ul li a:hover {
    min-width: 150px;
    color: white;
    background-color: #292F38;
}



#submenu a {
    color: #2e2e2e;
}
#submenu a:hover {
    text-decoration: underline;
}
#submenu  .active {
    color: #ff8700;
}


/*
nav {
    display: block;
    border: 1px solid #e3e3e3;
    width: 100%;
    line-height: 1em;
    height:80px;
    padding: 0px;
    margin: 0px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom:10px;
}

nav  .main {
    background: #2D2D2D;
    height: 50px;
    padding: 0px;
    margin: 0px;
}

nav  .main  .logohold {
    float: left;
    background: #FF8700;
    height: 100%;
    width: 215px;
}



.logohold  .logo1 {
    font-family: 'MisoRegular';
    padding-top: 20px;
    padding-left: 10px;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #FFFFFF;
    font-size: 35px;
}
.logo1 span{
    color: #000;

}


nav  .main ul {
    list-style: none;   
        position: relative;
}

nav  .main  li {
    font-size: 30px;
    color: white;
    /* padding: 3px 20px; *
    margin: 3px 20px;
    display: inline-block;
    font-family:  'MisoRegular';
}


nav .main  ul li:hover {
    background: #333;
}


nav  .main a {
    color: green
}


.active {
    padding-bottom: 10px;
    border-bottom: 2px solid #ff9800;
}



nav  .submenu1 {
    clear: both;
    background: #fff;
    height: 30px;
}





/* DROPDOWN *

nav ul ul {
    background: black;
  /*  display: none; *
    position: absolute;
    top: 100%;
    width: 200px;
    height: 300px;
}
 
/* Display Dropdowns on Hover *
nav ul li:hover > ul {
    display:block;
  
}
 


/* ende *











.submenu1 ul {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0px;
}

.submenu1 ul li {
    display: inline-block;
    padding: 0px 10px;
    color: #000;

}

*/