/*Kittelberger media solutions GmbH
KWE Imprint + Privacy CSS*/

section.imprint ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

section.imprint ol > li {
  display: table;
  counter-increment: item;
  margin-top: 0.6em;
}

section.imprint ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}

section.imprint ol > li:before {
  content: counters(item, ".") ".";
}

section.imprint ol.list-font, section.imprint li p {
	font-family: "BoschSans-Regular",Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin-top: 0.6em;
}

section.imprint .icon-Bosch-Ic-newsletter-black, section.imprint .icon-Bosch-Ic-customer-service-black {
	vertical-align: middle;
  padding-right: 5px;
}

section.imprint hr {
	margin: 30px 0;
}

section.imprint .margin-bottom-50 {
	margin-bottom: 50px!important;
}

section.imprint a{
	color: hsl(204, 100%, 28%);
}

body.imprint .o-header::before{
  background-position: center center;
}

body.imprint p{
	font-size: 16px;
 /* line-height: 22px; */
}

body.imprint .o-header__mWrapper {
  border-bottom: 1px solid hsl(0, 0%, 87%)!important;
  width: 100%;
}
body.imprint .o-header__mWrapper .m-mainNavigation__itemsWrapper.m-mainNavigation__itemsWrapper--active{
  border-bottom: 0px!important;
}

@media (min-width: 64em) {
  body.imprint .m-mainNavigation.m-mainNavigation--fixed.affix-top {
    border-bottom: 1px solid hsl(0, 0%, 87%)!important;
    width: 100%;
  }
  body.imprint .o-header__mWrapper {
    border-bottom: 0px!important;
  }

  ul.m-mainNavigation__items li.m-mainNavigation__item.m-mainNavigation__item--dropdown.active a span.m-mainNavigation__text{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
    border-color: currentcolor currentcolor hsl(204, 100%, 28%);
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 2px;
    color: hsl(204, 100%, 28%);
    padding: 20px 0;
  }
  ul.m-mainNavigation__items li.m-mainNavigation__item.m-mainNavigation__item--dropdown a span.m-mainNavigation__text:hover{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
    border-color: currentcolor currentcolor hsl(204, 100%, 28%);
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 2px;
    color: hsl(204, 100%, 28%);
  }
  .m-mainNavigation__item.m-mainNavigation__item--dropdown a span.m-mainNavigation__text{
    padding: 20px 0;
  }
}

body.imprint section.imprint {
	padding-top: 25px;
}
@media (min-width: 320px) and (max-width: 450px ) {
  .m-brandLogo a.m-brandLogo__link img.m-brandLogo__image{
    width: 50%;
  }
}
