@CHARSET "ISO-8859-1";

.dropdown-menu
{
  float:right;
}
.dropdown-menu>li
{ position:relative;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
  cursor:pointer;
}
.dropdown-menu .sub-menu-down {
left: -100%;
    position: absolute;
    top: -3px;
    display:none;
    margin-top: -1px;
  border-top-left-radius:0;
  border-bottom-left-radius:0;
  float:left;

}
.right-caret:after
 {  content:"";
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid orange;
    display: inline-block;
    height: 0;
    opacity: 1;
    vertical-align: middle;
    width: 0;
  margin-left:2px;

  left: 0%;
  top:38%;
    position: absolute;
}
.left-caret:after
{ content:"";
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 5px solid orange;
    display: inline-block;
    height: 0;
    opacity: 1;
    vertical-align: middle;
    width: 0;
  margin-left:2px;

  left: 0%;
  top:38%;
    position: absolute;
}
.bgcolor {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#666666+0,595959+0,595959+7,4c4c4c+13,474747+15,000000+38 */
background: #666666; /* Old browsers */
background: -moz-linear-gradient(top,  #666666 0%, #595959 0%, #595959 7%, #4c4c4c 13%, #474747 15%, #000000 38%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #666666 0%,#595959 0%,#595959 7%,#4c4c4c 13%,#474747 15%,#000000 38%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #666666 0%,#595959 0%,#595959 7%,#4c4c4c 13%,#474747 15%,#000000 38%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

.header-right {
width: auto;
height: 64px;
float: right;
vertical-align: inherit;
padding-top: 10px;
color: #FFF;
padding-right: 12px;
min-width: 200px;

}


.dropdown-menu > li.kopie > a {
    padding-left:5px;
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }

.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;
  height: 0;
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}

.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
   text-decoration: none !important;

}

@media (max-width: 767px) {

  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #FFF;
    background: transparent;
}

.navbar-nav>.active>div {
margin-left: 49%;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #F7BA41;
width: 10px;
text-align: center;
position: absolute;
margin-top: -7px;
}

  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #000;
    border-radius: 4px;
    margin-top: 2px;
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #fff;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white;
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}

@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}


