/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,9d9d9d+100&0+0,1+100 */
.gradient{
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(157,157,157,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(157,157,157,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(157,157,157,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#9d9d9d',GradientType=0 ); /* IE6-9 */
}
.centerContent{
  display: flex;
  justify-content: center;
}
.bodyContainer{
  width:960px;
}
.jumpMainpage{
  text-decoration: none;
  height: 110px;
  display: flex;
  flex-direction: column-reverse;
}
.LogoContainer{
  margin: 30px 0px 0px 0px;
  display: flex;
}
.LogoSubContainer{
  height:110px;
  overflow:hidden;
  position:relative;
}
.dealerWriting{
  font-family: 'Cambria Regular';
  font-size: 33px;
  font-weight: normal;
  color: black;
  width: 300px;
  display: inline-flex;
  margin: 0px;
  padding-bottom: 39px;
}
.DealerLogo{
  height:110px;
}
.CorporateNameContainer{
  width:263px;
  height:90px;
  overflow:hidden;
  position:relative;
  margin-left: auto;
}
.CorporateName{
  width: 263px;
  max-height: 90px;
  position:absolute;
}
.noticeHeader{
  display: flex;
  flex-direction: row-reverse;
  margin: 49px 0px 6px 0px
}
.legalNoticeHeader{
  font-family: 'Arial Regular', sans-serif;
  font-size: 11px;
  margin: 0;
}
.jumpContact{
  text-decoration: none;
  font-style: normal;
  color: black;
}
.jumpLegalNotice{
  text-decoration: none;
  font-style: normal;
  color: black;
}
.navigationBar ul {
  display: flex;
  list-style: none;
  background-color: rgb(0, 125, 190);
  text-align: center;
  padding: 0;
  padding-left: 45px;
  margin: 6px 0px 20px 0px;
  width: 915px;
}
.navigationBar a {
  font-family: 'Arial Regular', sans-serif;
  font-size: 17px;
  line-height: 40px;
  height: 43px;
  color: white;
  display: inline-block;
  margin-right: -4px;
}
.navigationBar a {
  text-decoration: none;
  color: #fff;
  transition: .3s background-color;
}

.navigationBar a:hover {
  background-color: rgb(70, 163, 216);
}
.navEquipment{
  width: 155px;
}
.navServices{
  width: 155px;
}
.navConsumables{
  width: 155px;
}
.navCProducts{
  width: 272px;
}
.navCompany{
  width: 155px;
}
.contact{
  margin: 20px 0px 30px 0px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  display: flex;
}
.contactName1{
  font-family: 'Cambria Regular';
  font-size: 33px;
  font-weight: normal;
  color: black;
  background-color: transparent;
  border: none;
  height: 40px;
  overflow-y: hidden;
  width: 580px;
  margin: 0px 0px 0px 0px;
}
.contactName2{
  font-family: 'Cambria Regular';
  font-size: 33px;
  font-weight: normal;
  color: black;
  background-color: transparent;
  border: none;
  height: 40px;
  overflow-y: hidden;
  width: 580px;
  margin: 0px 0px 30px 0px;
}
.contactDescription{
  color: rgb(88, 89, 91);
  border: none;
  background-color: transparent;
  font-family: 'Arial Regular', sans-serif;
  font-size: 17px;
  width: 580px;
  margin: 0px 0px 0px 0px;
  line-height: 150%;
}
.contactSubHeader{
  color: rgb(88, 89, 91);
  font-size: 17px;
  font-family: 'Arial Bold', sans-serif;
  font-weight: bold;
  border: none;
  background-color: transparent;
  width: 100%;
  overflow-y: hidden;
  margin: 0px 0px 0px 0px;
}
.contactContainer{
  margin: 0px 0px 0px 0px;
  display: inline-flex;
  display: flex;
  width: 960px;
  background-color: rgb(210, 210, 210);
}
.PortraitContainer1{
  width:300px;
  height:290px;
  overflow:hidden;
  position:relative;
  margin: 30px 20px 30px 30px;
}
.contactPortrait{
  width: 300px;
  max-height: 290px;
  position:absolute;
}
.contactContent{
  width: 610px;
  margin: 30px 30px 30px 0px;
}
.footer{
  background-color: rgb(0, 125, 190);
  width: 100%;
  height: 70px;
}
.footerContainer{
  width:960px;
  display: flex;
}
.footerLeftContainer{
  flex: 1;
  margin-top: 20px;
}
.footerRightContainer{
  display: flex;
  flex-direction: row-reverse;
  flex: 1;
  margin-top: 20px;
}
.navTop{
  font-size: 11px;
  text-decoration: none;
  color: white;
  font-family: 'Arial Regular', sans-serif;
  padding-top: 5px;
}
.fa-angle-double-up{
  margin: 0px 0px 20px 5px;
  color: white;
}
.linkHeidelberg{
  font-size: 11px;
  text-decoration: none;
  color: white;
  font-family: 'Arial Regular', sans-serif;
}
@-moz-document url-prefix() {
  .selector{}
    .fa{
      display: none !important;
    }
  }
