/**** CSS Anapssungen letzter Menüpunkt (aktuell: Vierter), by Stefan Bublies@dt-internet.de ****/


@media (min-width: 1025px) {
  ul.dropdown>.dir:nth-child(4) {
    border: 0 none;
  }
  ul.dropdown>.dir:nth-child(4):hover,
  ul.dropdown>.dir:nth-child(4):focus {
    border: 0 none;
    z-index: 999 !important;
  
  }
  ul.dropdown>.dir:nth-child(4)>strong {
    display: block;
    margin: 0px;
  }
  ul.dropdown>.dir:nth-child(4) a {
    color: #e46450;
    border-bottom: 2px solid transparent;
    height: 60px;
    line-height: 33px;
    padding-left: 10px;
    padding-right: 10px;
  }
  ul.dropdown>.dir:nth-child(4) {
    padding-left: 2px;
    padding-right: 2px;
  }
  ul.dropdown>.dir:nth-child(4) a:hover,
  ul.dropdown>.dir:nth-child(4) a:focus {
    border-bottom-color: #0075a9;
  }
  ul.dropdown>.dir:nth-child(4) strong:after {
   background-color: transparent !important;
  }
  .fixed ul.dropdown>.dir:nth-child(4) a {
    height: 50px;
    line-height: 33px;
   }
}
