/* General styles for all menus */
.cbp-spmenu {
    background:#292929;
    position: fixed;
}

.cbp-spmenu h3 {
    color: #afdefa;
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
    background: #0d77b6;
}

.cbp-spmenu a {
    display: block;
    color: #fff;
  /*  font-size: 1.1em;
    font-weight: 300;*/
}

.cbp-spmenu a:hover {
  /*  background: #292929;*/
}

.cbp-spmenu a:active {
/*    background: #afdefa;
    color: #47a3da;*/
}

/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
    overflow-y: scroll;
}

.cbp-spmenu-vertical a {
    border-bottom: 1px solid #258ecd;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-right: 0.5em;
    padding-left:2rem;
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left;
}

.cbp-spmenu-horizontal a {
    float: left;
    width: 100%;
  /*  padding: 0.25em 0.25em 1.25em 1rem;*/
 /*   border-left: 1px solid #292929;*/
}


.cbp-spmenu-horizontal {
/*  width: 96%;*/
    width:100%;
    height: 361px;
    /*left: 0;*/
    /*left:2%;*/

    overflow: hidden;
}


.cbp-spmenu-horizontal img {
/*  padding-left: 1em;*/
    line-height: 45px;

    /*border-bottom: 1px solid #fff;*/
}

.cbp-spmenu-horizontal span{
    line-height: 43px;
    color: #025fa9;
    /*font-size: 1.25em;*/
    padding-left:1.4rem;
    font-weight: 300;
    margin-bottom:0px;
    /*border-bottom: 1px solid #fff;*/
}

.cbp-spmenu-horizontal .flag a {
    padding-left:0px;
    width:42px;
    border-bottom: 0px;
}

/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
    left: -240px;
}

.cbp-spmenu-right {
    right: -240px;
}

.cbp-spmenu-left.menu-open {
    left: 0px;
}

.cbp-spmenu-right.menu-open {
    right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
    top: -316px;
}

.cbp-spmenu-bottom {
    bottom: -150px;
}

.cbp-spmenu-top.menu-open {
    top: 0px;
}

.cbp-spmenu-bottom.menu-open {
    bottom: 0px;
}

/* Push classes applied to the body */
.push-body {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.push-body-toright {
    left: 240px;
}

.push-body-toleft {
    left: -240px;
}

/* Transitions */
.cbp-spmenu,
.push-body {
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

/* Example media queries */
@media screen and (max-width: 55.1875em) {
    .cbp-spmenu-horizontal {
        font-size: 75%;
       /* height: 316px;*/
    }

    .cbp-spmenu-top {
        top: -302px;
    }

    .cbp-spmenu-bottom {
        bottom: -302px;
    }
}

@media screen and (max-height: 26.375em) {
    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 190px;
    }

    .cbp-spmenu-left,
    .push-body-toleft {
        left: -190px;
    }

    .cbp-spmenu-right {
        right: -190px;
    }

    .push-body-toright {
        left: 190px;
    }
}


.hidden-scrollbar {
  overflow:hidden;   
}

.hidden-scrollbar .inner {
/*  height:396px;*/
    background-color: #000;
    overflow:auto;
    margin:0 -330px 0px 0px;
    /*padding-right:300px;*/}


/* ++++++++++++ NAVIGATION ++++++++++++++++++++ */
nav {
    font-family: "Univers LT W04_57 Condensed", Helvetica, Roboto, Arial, sans-serif;
  display:block;  
  position: relative;
  z-index:998;
}

.navi {
  position:fixed;
  top:45px;
  /*width:980px;*/
  z-index:30;
}

nav ul {
  list-style-type:none;
  margin:0px 0px;
  padding:0;
}

nav ul li{
 /* background-color: #000;*/
  margin-top:5px;
  height:45px;
  display:block;
}

nav ul.mobile li.dark {
  margin-right:1px; 
  background-color:#fff;
  height:44px;
}


nav ul li:last-child {
 /* margin-right:0;
  padding-right: 0px;*/
}

nav ul li a {
  display:block;
  /*line-height:43px;*/
  overflow:hidden;
  text-decoration:none;
  color:#fff;
  padding:10px 0 9px 0;
  text-transform: uppercase; 
  font-size: 0.95rem;
  
}

nav ul .mobile > li a:hover {
  text-decoration:none;
  background-color:red;
}


nav ul li.navi-l span {
  display:block;
  height:40px;  
  line-height:38px;
  overflow:hidden;
  text-align:left;  
  text-decoration:none;
 /* color:#025fa9;  */
  float: left;

   
}

nav .navi-aktiv {
  background-color:#009636;
  font-weight: normal;
    -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-style:none;
}

nav.large-nav ul li:hover {
  background-color:#292929;
  font-weight: normal;
    -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-style:none;
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 72px;
}

.line{
    border-top: 1px solid #292929;
}

nav ul li ul li .f-dropdown:hover{
  background-color:#292929;
  font-family: "Univers LT W04_57 Condensed", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;

}

nav.cbp-spmenu ul li:hover {
/*background-color:#292929;*/

  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

nav ul.dropdown-wrapper li:hover {
background-color:transparent;

}
