/*START general*/

/*header*/
#top .top-navigation {
  background: transparent;
  float: right;
}

#top .top-navigation > div > ul {
  float: right;
}

li.level-1 > select {
  border: none;
  background: transparent;
  margin-left: -5px;
}

#top .logo {
  float: left;
}

#top .logo .logo-small {
  display: none;
}

#top.container {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  #top .logo {
      position: relative;
      top: 0;
  }
}

#ApplicationLogoHeading h1 {
  width: auto;
}

#ApplicationLogoHeading > .brand-headline {
  display: inline-block;
  font-weight: 300;
  width: auto;
}

.brand-headline {
  margin: 0!important;
}

.brand-left, .brand-right {
  float: left;
}

@media (min-width: 768px) {
  /*table hack*/

  .brand-wrapper {
    display: table;
    width: 100%;
  }

  .brand-left, .brand-right {
    display: table-cell;
  }

  .brand-right {
    overflow: hidden;
    float: none;
  }

  .brand-left {
    float: left;
  }

  #ApplicationLogoHeading .brand-right .brand-headline {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .brand-left {
    width: 100%;
  }

  .brand-right {
    margin: 10px 0;
  }
}

#top .navbar ul li.active a.level-1, #top .navbar ul li.open a.level-1, #top .navbar ul li a.level-1:hover, #top .navbar ul li a.level-1 {
  background: transparent;
}

#top .navbar {
  background: transparent;
  margin-bottom: 0;
}

#top .navbar ul li a.level-1 {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

@media (min-width: 768px) {
  #top .navbar ul li {
    margin: 0 15px;
  }

  #top .navbar ul li a.level-1 {
    padding: 0;
  }
  #top .navbar ul li a.level-1 {
    padding-bottom: 15px;
	border-bottom: 3px solid transparent;
  }
}

#top .navbar > ul li:first-child {
  margin-left: 0;
}

#top .navbar-nav.navbar-right li:last-of-type {
  margin-right: 0;
}

@media (max-width: 767px) {
  #top .navbar ul li a.level-1 {
    padding: 10px 20px;
    border-top: 1px solid #e6e6e6;
  }

  #top .navbar ul li:first-of-type a.level-1 {
    border-top: none;
  }

  #top .navbar ul li:last-of-type a.level-1 {
    border-bottom: 1px solid #e6e6e6;
  }

  #top .navbar .navbar-nav {
    border-width: 0 1px;
    border-color: #e6e6e6;
    border-style: solid;
    background: #fdfdfd;
  }

  #top .top-navigation ul li.level-1 {
    margin-bottom: 5px;
    margin-left: 0;
  }
}

@media (max-width: 500px){
  #top .top-navigation {
    float: left;
  }

  #top .top-navigation ul li.level-1:last-of-type {
    margin-bottom: 10px;
  }
}

#top .claim {
  padding-top: 5px;
}

/*content*/
#content + .container {
  border-top: 1px solid #e6e6e6;
}

#content > .container:first-of-type {
  padding-top: 10px;
}

#content .container {
  padding-bottom: 30px;
}

.container-fullwidth {
  padding: 0;
}

#top h1 {
  font-size: 24px;
}

/*footer*/

.scroll-arrow {
  width: 30px;
}

.scroll-container {
  text-align: right;
}

.footer-upper {
  padding-bottom: 30px;
}
@media(max-width: 767px) {
  #footer .footer-lower > div:first-of-type * {
    display: block;
    padding: 5px 0;
  }

  .footer-lower-right {
    padding-top: 5px;
  }
}

@media (min-width: 768px) {
  #footer .footer-lower * + a {
    margin-left: 20px;
  }

  .footer-lower-right {
    float: right;
  }
}

#footer {
  padding-top: 0;
}

#footer a[href="#top"] {
  display: inline-block;
  margin-right: 15px;
}

.parameters-wrapper {
  padding-top: 15px;
  padding-left: 15px;
}

@media (max-width: 767px){
  .parameters-wrapper > * {
    display: block;
  }
}

#top .top-navigation ul li.level-1 {
  background: none;
  padding-right: 0;
}

#top .top-navigation ul li.level-1:not(:first-of-type) {
  margin-left: 8px;
}

#top .top-navigation ul li.level-1:not(:last-of-type):after {
  content: "|";
  margin-left: 5px;
}

#top .top-navigation ul li.level-1:last-child {
  padding-right: 0;
}

.footer-lower {
  padding: 20px 15px 20px 15px!important;
}

#top .row-inverted, #footer .row-inverted {
  margin-left: 0;
  margin-right: 0;
}

.header-lower, .header-upper {
  padding: 20px 20px 0 20px;
}

@media (max-width: 767px){
  .header-lower {
    padding: 0;
  }
}

@media (max-width: 767px){
  #top .mobile-opener {
      background-position: 20px 0px;
  }
}

/*END general*/

/*START bosch styles*/

/*general*/
#top.container {
  border-bottom: 1px solid #e6e6e6;
}

body {
  background: #e6e6e6;
}

/*header*/
@media (min-width: 768px) {
  #top .navbar ul li.active a.level-1, #top .navbar ul li.open a.level-1, #top .navbar ul li a.level-1:hover {
    border-bottom: 3px solid #008ecf;
  }
}

@media (max-width: 767px) {
  .footer-upper {
    padding-bottom: 0;
  }

  .header-lower {
    padding-top: 0;
  }
}

#top a.logo img {
  height: 40px;
  width: auto;
}

/*footer*/
#footer {
  background: #fff;
  border-top: 1px solid #d9d9d9;
}

#footer .footer-lower a {
  color: #000;
}

#footer {
  position: relative;
}

#footer a[href="#top"] {
  margin-top: 20px;
}

.footer-lower {
  padding-bottom: 10px;
}

@media(max-width: 767px) {
  #footer .footer-lower > div:first-of-type * {
    border-bottom: 1px solid #e6e6e6;
  }
}

/*supergraphic*/
#top.container {
  margin-top: 15px;
}

#top.container:before {
  top: -15px;
}

#footer.container:after {
  bottom: -15px;
}

#top.container:before, #footer.container:after {
  content: '';
  width: 100%;
  height: 15px;
  background-image: url("../Image/Content/supergraphic.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
/*END bosch styles*/

/*START nav rework*/
#top .navbar > ul ul.dropdown-menu li {
  margin: 0px;
}

ul.dropdown-menu li a, ul.dropdown-menu li a:hover, ul.dropdown-menu li a:focus, ul.dropdown-menu li a, .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
  font-size: 12px;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 5px 15px 5px 35px;
  }
}

@media (min-width: 768px) {
  #top .navbar > ul ul.dropdown-menu li a {
    margin: 0;
    padding: 15px 15px 15px 25px;
    border-radius: 0;
  }

  #top .navbar > ul ul.dropdown-menu {
    padding: 20px 10px;
    border: 0;
    margin-top: 0;
  }

  ul.dropdown-menu li a, ul.dropdown-menu li:hover a {
    background-position: 10px;
  }

  #top .navbar ul li ul.dropdown-menu {
    margin-top: 0!important;
  }

  .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    text-decoration: none;
    outline: 0;
  }

}

/*START dropdown overhaul*/
.brand-icon-arrow.brand-icon-arrow-bottom-white {
  background: url(../Image/Icon/ArrowBottomGrey.gif) no-repeat center center;
}

#top .navbar ul li.active a.level-1 .brand-icon-arrow-bottom-white, #top .navbar ul li.open a.level-1 .brand-icon-arrow-bottom-white, #top .navbar ul li a.level-1:hover .brand-icon-arrow-bottom-white {
  background-image: url(../Image/Icon/ArrowBottomBlue.gif);
}

li.level-1 > select {
  background: url(../Image/Icon/ArrowBottomGrey.gif) right no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  padding-right: 15px;
}

li.level-1 > select::-ms-expand {
  display: none;
}

#top .top-navigation ul li.level-1:last-of-type {
  margin-left: 10px;
}

.level-1 > select > option {
  color: #333;
  padding: 0;
}

#top .top-navigation ul li.level-1:not(:first-of-type) {
  margin-left: 0;
  padding-left: 10px;
}

li.level-1 > select > option {
  background: #fff none repeat scroll 0 0;
}

/*END dropdown overhaul*/

/*START Dropdown rework bosch styles*/
@media (max-width: 767px) {
  ul.dropdown-menu li a, ul.dropdown-menu li a:hover, ul.dropdown-menu li a:focus, ul.dropdown-menu li a, .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background: url(../Image/Icon/ArrowSidebarRight.gif) no-repeat 25px;
  }

  ul.dropdown-menu li a:hover, ul.dropdown-menu li a:focus,.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background: url(../Image/Icon/ArrowSidebarRight_Blue.gif) no-repeat 25px;
    color: #008ecf;
  }

}

#top .navbar ul li.active a.level-1, #top .navbar ul li.open a.level-1, #top .navbar ul li a.level-1:hover {
  color: #008ecf;
}

@media (min-width: 768px) {
  #top .navbar > ul ul.dropdown-menu li a {
    border-top: 1px solid #e6e6e6;
  }

  #top .navbar > ul ul.dropdown-menu li:last-of-type a {
    border-bottom: 1px solid #e6e6e6;
  }

  .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #008ecf;
    background-color: #f1f1f1;
  }
}
/*END Dropdown rework bosch styles*/

/*END nav rework*/