/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*                                                Main-Menue                                                                             */            
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#mainmenu {position: absolute; right: 10px; top: 104px;}
#mainmenu ul {overflow: hidden; border-top: 1px solid #bebdba; border-bottom: 1px solid #bebdba;}
#mainmenu li {float:left;;}
#mainmenu li a {color: #214e76; font-family: 'Oswald', sans-serif; display: inline-block; padding: 15px; text-decoration: none; font-size: 16px; line-height: 16px; font-weight: 300; position: relative;}

/*     --aktive & trail
------------------------------------------------- */
#mainmenu li a.mainMenuParentBtnFocused,
#mainmenu li a.trail,
#mainmenu li.active a {background: #214e76; color: #fff;}
#mainmenu li.first a {border: none;}

/*     --hover
------------------------------------------------- */
#mainmenu li a:hover {background: #214e76; color: #fff;}
#mainmenu li a {transition: all 1s; -moz-transition: all 1s; -webkit-transition: all 1s; -o-transition: all 1s;}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*                                                Drop-Down                                                                       */            
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.smOW {display:none; position: absolute; overflow:hidden; padding: 0; margin: 0;}

/*     --links
------------------------------------------------- */
#subMenusContainer a {padding: 4px 20px; display: block; color: #fff; min-width: 254px;}

/*     --hover
------------------------------------------------- */
#subMenusContainer a:hover, #subMenusContainer a:focus, .subMenuParentBtnFocused {background: #163653; color: #fff;}
#subMenusContainer a {#subMenusContainer a transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s;}

/*     --aktive & trail
------------------------------------------------- */
#subMenusContainer a.trail, #subMenusContainer li.active a {background: #163653; color: #fff;}

/*     --ul layer 2
------------------------------------------------- */
#subMenusContainer ul.level_2 {background: #214e76;}

/*     --ul layer 3
------------------------------------------------- */
#subMenusContainer ul.level_3 {background: #000;}

/*     --hide subMenusContainer
------------------------------------------------- */
#subMenusContainer {display:block; position:absolute; top:0; left:0; width:100%; height:0; overflow:visible; z-index:1000000000; }

/*     --icons
------------------------------------------------- */
/*
.mainMenuParentBtn {background: url(../img/arrow-down.png) 95% center no-repeat;}
.mainMenuParentBtnFocused {background: url(../img/arrow-down-hover.png) 95% center no-repeat;}
.subMenuParentBtn {background: url(../img/arrow-right.png) 95% center no-repeat;}
.subMenuParentBtnFocused {background: url(../img/arrow-right-over.png) 95% center no-repeat;}
*/

/*     --IE hacks
------------------------------------------------- */
#dropdown li ul {display: none;} /* flashing */

/*     --mobilenavi
------------------------------------------------- */
#mobilenavi {display: none;}
#mobile-select {display: none;}