/* STATIC SPLASH SECTION */

#staticSplashSection {
  width: 100%;
  min-width: 760px;
  height: 450px;
}

.staticBox {
  height: 450px;
  position: relative;
}

.staticBoxBackground {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  z-index: -1;
}

.staticBoxBackgroundTechnology {
  background: url('/@media/static/splash-technology.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.staticBoxBackgroundDownloads {
  background: url('/@media/static/splash-downloads.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.staticBoxBackgroundImpressum {
  background: url('/@media/static/splash-impressum.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.staticBoxBackgroundPrivacyStatement {
  background: url('/@media/static/splash-privacystatement.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.staticBoxBackgroundAdr {
  background: url('/@media/static/splash-adr.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.staticBoxBackgroundCatalogs {
  background: url('/@media/static/splash-catalogs.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.staticBoxBackgroundNews {
  background: url('/@media/static/splash-news.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.staticBoxBackgroundAbout {
  background: url('/@media/static/splash-about.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.staticBoxBackgroundAbout1 {
  background: url('/@media/static/splash-about1.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.staticBoxBackgroundAbout2 {
  background: url('/@media/static/splash-about2.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.staticBoxBackgroundAbout3 {
  background: url('/@media/static/splash-about3.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.staticBoxBackgroundTips {
  background: url('/@media/static/splash-tips.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.staticBoxBackgroundTips1 {
  background: url('/@media/static/splash-tips1.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.staticBoxBackgroundTips2 {
  background: url('/@media/static/splash-tips2.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.staticBoxBackgroundTips3 {
  background: url('/@media/static/splash-tips3.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.staticBoxBackgroundTips4 {
  background: url('/@media/static/splash-tips4.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.staticBoxBackgroundTips5 {
  background: url('/@media/static/splash-tips5.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.staticBoxBackgroundContact {
  background: url('/@media/static/splash-contact.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.staticBoxBackgroundContact1 {
  background: url('/@media/static/splash-contact1.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.staticBoxBackgroundContact2 {
  background: url('/@media/static/splash-contact2.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.staticBoxBackgroundContact3 {
  background: url('/@media/static/splash-contact3.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.staticBoxBackgroundContact4 {
  background: url('/@media/static/splash-contact4.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.staticBoxBackgroundSteel {
  background: url('/@media/static/splash-steel.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.SplashTextBox {
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  padding: 0px 20px 20px 20px;
  bottom: 0px;
}

.SplashTextTitle {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 100;
  font-style: normal;
  color: #ffffff;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
}

@media screen and (max-width: 840px) {

  .staticBox .splashGradientTop {
    display: none;
  }

}


/* STATIC SUB CONTENT SECTION */

#subContentSection {
  width: 900px;
  min-width: 760px;
  box-sizing: border-box;
  margin: 35px 0px 25px 0px;
  padding: 0px 0px 0px 0px;
}

.subminiBox {
  margin: 25px 0px 0px 0px;
  height: 200px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  display: block;
}

.subminiBox:first-child {
  margin: 0px 0px 0px 0px;
}

.subminiBox:hover > .redBox {
  display: block;
}

@media screen and (max-width: 840px) {

  #subContentSection {
    width: 100%;
  }

}


/* STATIC CONTENT SECTION */

#staticContentSection {
  width: 900px;
  min-width: 760px;
  box-sizing: border-box;
  margin: 0px 0px 25px 0px;
  padding: 0px 0px 0px 0px;
}

#staticContentSection a {
  color: #e30529;
  text-decoration: none;
}

#staticContentSection a:hover {
  color: #e30529;
  text-decoration: dotted;
}

.staticText1 {
  margin: 35px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 300;
  font-style: normal;
  color: #333333;
  font-size: 40px;
  line-height: 45px;
  text-align: justify;
}

.staticText2 {
  margin: 35px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 300;
  font-style: normal;
  color: #555555;
  font-size: 22px;
  line-height: 30px;
  text-align: justify;
}

.staticText3 {
  margin: 35px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 300;
  font-style: normal;
  color: #555555;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  float: left;
  width: 50%;
}

.staticText4 {
  margin: 35px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 300;
  font-style: normal;
  color: #555555;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  float: left;
  width: 50%;
}

ul.pure {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
}

ul.pure li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 300;
  font-style: normal;
  color: #555555;
  font-size: 22px;
  line-height: 45px;
  text-align: left;
}

ul.square {
  margin: 0px 0px 0px 20px;
  padding: 0px 0px 0px 0px;
  list-style: square outside;
}

ul.square li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 300;
  font-style: normal;
  color: #555555;
  font-size: 22px;
  line-height: 30px;
  text-align: justify;
}

.red-color {
  color: #e30529;
}

#staticContentSection table {
  margin: 35px 0px 0px 0px;
  border: 1px solid #cccccc;
  border-collapse: collapse;
}

#staticContentSection table tr td {
  margin: 0px 0px 0px 0px;
  padding: 5px 5px 5px 5px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 300;
  font-style: normal;
  color: #555555;
  font-size: 22px;
  line-height: 30px;
  vertical-align: top;
  border: 1px solid #cccccc;
}

#staticContentSection .service-table tr td {
  vertical-align: middle;
}

.contact-map {
  width: 100%;
  height: 350px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}

.contact-logo {
  margin: 25px 0px 25px 0px;
  width: 100%;
  text-align: center;
  line-height: 0px;
  font-size: 1px;
}

.contact-default-logo {
  margin: 0px 0px 0px 0px;
  width: 100%;
  text-align: center;
  line-height: 0px;
  font-size: 1px;
}

.staticImage {
  margin: 35px 0px 0px 30px;
  float: left;
  font-size: 1px;
  line-height: 0px;
  width: 280px;
}

.staticImage:first-child {
  margin: 35px 0px 0px 0px;
}

@media screen and (max-width: 840px) {

  #staticContentSection {
    box-sizing: border-box;
    padding: 0px 25px 0px 25px;
    width: 100%;
  }

  ul.square {
    margin: 0px 0px 0px 35px;
  }

  .staticText3 {
    margin: 35px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Yantramanav', Arial, serif;
    font-weight: 300;
    font-style: normal;
    color: #555555;
    font-size: 22px;
    line-height: 30px;
    text-align: left;
    float: none;
    width: 100%;
  }

  .staticText4 {
    margin: 35px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Yantramanav', Arial, serif;
    font-weight: 300;
    font-style: normal;
    color: #555555;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    float: none;
    width: 100%;
  }

  .contact-map {
    width: 100%;
    height: 450px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
  }

  .contact-logo {
    margin: 25px 0px 25px 0px;
    width: 100%;
    text-align: center;
    line-height: 0px;
    font-size: 1px;
  }

  .contact-default-logo {
    margin: 0px 0px 0px 0px;
    width: 100%;
    text-align: left;
    line-height: 0px;
    font-size: 1px;
  }

  .staticImage {
    margin: 35px 0px 0px 28px;
    float: left;
    font-size: 1px;
    line-height: 0px;
    width: 218px;
  }

  .staticImage:first-child {
    margin: 35px 0px 0px 0px;
  }

}


/* PRODUCT SECTION */

.productCategoryBackground1 {
  background: url('/@media/category/1.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.productCategoryBackground2 {
  background: url('/@media/category/2.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.productCategoryBackground3 {
  background: url('/@media/category/3.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.productCategoryBackground4 {
  background: url('/@media/category/4.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.productCategoryBackground5 {
  background: url('/@media/category/5.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.productCategoryBackground6 {
  background: url('/@media/category/6.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.productCategoryBackground7 {
  background: url('/@media/category/7.jpg') no-repeat 50% 50%;
  background-size: cover;
}


/* PRODUCT LIST SECTION */

#productListSection {
  width: 900px;
  min-width: 760px;
  box-sizing: border-box;
  margin: 0px 0px 25px 0px;
  padding: 0px 0px 0px 0px;
}

.productListBox {
  margin: 28px 28px 0px 0px;
  width: 204px;
  height: 290px;
  box-sizing: border-box;
  position: relative;
  display: block;
  float: left;
  border: 1px solid #cccccc;
}

.productListBox:nth-child(1),
.productListBox:nth-child(2),
.productListBox:nth-child(3),
.productListBox:nth-child(4) {
  margin-top: 0px;
}

.productListBox:nth-child(4n+4) {
  margin-right: 0px;
}

.productListBox:hover > .redBox {
  display: block;
}

.productListImage {
  font-size: 1px;
  line-height: 0px;
}

.productListImage img {
  width: 202px;
  height: 238px;
}

.TextBoxProductListHolder {
  height: 50px;
}

.TextBoxProductListTitle {
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 100;
  font-style: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 15px;
  text-align: left;
}

@media screen and (max-width: 760px) {

  #productListSection {
    width: 100%;
  }

  .productListBox {
    margin: 28px 30px 0px 0px;
    width: 365px;
    height: 519px;
  }

  .productListBox:nth-child(1),
  .productListBox:nth-child(2) {
    margin-top: 0px;
  }

  .productListBox:nth-child(3),
  .productListBox:nth-child(4) {
    margin-top: 28px;
  }

  .productListBox:nth-child(2n+2) {
    margin-right: 0px;
  }

  .productListImage img {
    width: 363px;
    height: 428px;
  }

  .TextBoxProductListHolder {
    height: 89px;
  }

  .TextBoxProductListTitle {
    margin: 0px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
    font-family: 'Yantramanav', Arial, serif;
    font-weight: 100;
    font-style: normal;
    color: #ffffff;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }

}


/* PRODUCT DETAILS SECTION */

#staticSplashProductSection {
  width: 100%;
  min-width: 760px;
  height: 200px;
  background-color: #000000;
  background: url('/@media/static/splash-product.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.staticProductBox {
  height: 200px;
  position: relative;
}

#productDetailsSection {
  width: 900px;
  min-width: 760px;
  box-sizing: border-box;
  margin: 0px 0px 35px 0px;
  padding: 0px 0px 0px 0px;
}

.productDetailsImage {
  margin: 35px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 300px;
  float: left;
}

.productDetailsImage #mainImage {
  width: 300px;
  height: 353px;
}

.productDetailsImageOffer {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 160px;
  float: left;
}

.productDetailsImageOffer .mainImageOffer {
  width: 127px;
  height: 150px;
}

.productDetailsTextHolder {
  margin: 35px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 600px;
  float: left;
}

.productDetailsTextHolderOffer {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 600px;
  float: left;
}

.productDetailsTextHolderOfferPrice {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 500;
  font-style: normal;
  color: #555555;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  width: 140px;
  float: left;
}

.productDetailsTextHolderOfferPrice span {
  color: #e30529;
  font-size: 20px;
  line-height: 26px;
}

.productDetailsTextHolderOfferPrice span.productDetailsTextHolderOfferPriceNormal {
  color: #555555;
  font-size: 20px;
  line-height: 26px;
}

.productDetailsTitle {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 20px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 500;
  font-style: normal;
  color: #555555;
  font-size: 20px;
  line-height: 22px;
  text-align: left;
}

.productDetailsNr {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 20px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 400;
  font-style: normal;
  color: #555555;
  font-size: 15px;
  line-height: 18px;
  text-align: left;
}

.productDetailsPrint {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 10px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 400;
  font-style: normal;
  color: #888888;
  font-size: 13px;
  line-height: 18px;
  text-align: left;
}

.productDetailsPrint a {
  color: #888888;
  text-decoration: none;
}

.productDetailsPrint a:hover {
  color: #888888;
  border-bottom: 1px dotted #e30629;
}

.productDetailsPrintIcon {
  margin: 0px 0px 0px 20px;
  font-size: 1px;
  line-height: 0px;
}

.productDetailsCategory {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 20px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 300;
  font-style: normal;
  color: #888888;
  font-size: 17px;
  line-height: 22px;
  text-align: left;
}

.productDetailsLead {
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px 20px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 300;
  font-style: normal;
  color: #555555;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.productDetailsLeadOffer {
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px 20px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 300;
  font-style: normal;
  color: #555555;
  font-size: 13px;
  line-height: 16px;
  text-align: left;
}

.productDetailsTextHolder ul {
  margin: 20px 0px 0px 20px;
  padding: 0px 0px 0px 30px;
  list-style: square outside;
}

.productDetailsTextHolder ul li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 300;
  font-style: normal;
  color: #555555;
  font-size: 19px;
  line-height: 27px;
  text-align: left;
}

.productDetailsTextHolderOffer ul {
  margin: 20px 0px 0px 20px;
  padding: 0px 0px 0px 30px;
  list-style: square outside;
}

.productDetailsTextHolderOffer ul li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 300;
  font-style: normal;
  color: #555555;
  font-size: 13px;
  line-height: 16px;
  text-align: left;
}

.productDetailsSeparator {
  width: 900px;
  border-top: 1px dotted #666666;
}

.productPiktogrammHolder {
  margin: 28px 28px 0px 0px;
  width: 204px;
  height: 40px;
  box-sizing: border-box;
  position: relative;
  display: block;
  float: left;
}

.productPiktogrammHolder:nth-child(1),
.productPiktogrammHolder:nth-child(2),
.productPiktogrammHolder:nth-child(3),
.productPiktogrammHolder:nth-child(4) {
  margin-top: 0px;
}

.productPiktogrammHolder:nth-child(4n+4) {
  margin-right: 0px;
}

.productPiktogrammTitle {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 15px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 500;
  font-style: normal;
  color: #888888;
  font-size: 13px;
  line-height: 15px;
  text-align: left;
}

.productPiktogrammText {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 15px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 300;
  font-style: normal;
  color: #888888;
  font-size: 13px;
  line-height: 15px;
  text-align: left;
}

#productDetailsSection table#productData {
  margin: 0px 0px 0px 0px;
  border: 0px solid #ffffff;
  border-collapse: collapse;
}

#productDetailsSection table#productData tr {
  border-bottom: 10px solid #ffffff;
}

#productDetailsSection table#productData tr td:first-child {
  background-color: #dddddd;
  border-right: 10px solid #ffffff;
  font-weight: 500;
}

#productDetailsSection table#productData tr td:last-child {
  background-color: #eeeeee;
  border-left: 10px solid #ffffff;
  font-weight: 300;
}

#productDetailsSection table#productData tr td {
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  font-family: 'Yantramanav', Arial, serif;
  font-style: normal;
  color: #555555;
  font-size: 15px;
  line-height: 20px;
  vertical-align: top;
}

#productDetailsSection table#productData-print {
  margin: 0px 0px 0px 0px;
  border: 0px solid #ffffff;
  border-collapse: collapse;
}

#productDetailsSection table#productData-print tr {
  border-bottom: 10px solid #ffffff;
}

#productDetailsSection table#productData-print tr td:first-child {
  background-color: #dddddd;
  border-right: 10px solid #ffffff;
  font-weight: 500;
}

#productDetailsSection table#productData-print tr td:last-child {
  background-color: #eeeeee;
  border-left: 10px solid #ffffff;
  font-weight: 300;
}

#productDetailsSection table#productData-print tr td {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: 'Yantramanav', Arial, serif;
  font-style: normal;
  color: #555555;
  font-size: 15px;
  line-height: 20px;
  vertical-align: top;
}

.productGalleryHolder {
  margin: 10px 0px 0px 0px;
  text-align: center;
}

.productGallery {
  margin: 0px 0px 0px 5px;
  padding: 0px 0px 0px 0px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px dotted #aaaaaa;
  background-size: cover;
  background-position: 50% 50%;
  box-sizing: border-box;
  display: inline-block;
}

.productGallery:first-child {
  margin: 0px 0px 0px 0px;
}

.imageBookmark {
  margin: 35px 0px 0px 0px;
  line-height: 0px;
  font-size: 1px;
}

.imageBookmark:first-child {
  margin: 0px 0px 0px 0px;
}

#productDetailsSection table#productDataPDF {
  margin: 0px 0px 0px 0px;
  border: 0px solid #ffffff;
  border-collapse: collapse;
}

#productDetailsSection table#productDataPDF tr {
  border-bottom: 10px solid #ffffff;
}

#productDetailsSection table#productDataPDF tr td:nth-child(1) {
  background-color: #dddddd;
  border-right: 10px solid #ffffff;
  font-weight: 300;
}

#productDetailsSection table#productDataPDF tr td:nth-child(2) {
  background-color: #eeeeee;
  border-left: 10px solid #ffffff;
  font-weight: 300;
}

#productDetailsSection table#productDataPDF tr td {
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  font-family: 'Yantramanav', Arial, serif;
  font-style: normal;
  color: #555555;
  font-size: 20px;
  line-height: 22px;
  vertical-align: middle;
  height: 45px;
}

#productDetailsSection table#productDataPDF tr td div {
  font-weight: 500;
}

#productDetailsSection table#productDataPDF tr td span {
  font-family: 'Yantramanav', Arial, serif;
  font-style: normal;
  color: #555555;
  font-size: 12px;
  line-height: 14px;
}

#productDetailsSection table#productDataPDF tr td span.eco {
  font-family: 'Yantramanav', Arial, serif;
  font-style: normal;
  color: #555555;
  font-size: 13px;
  line-height: 14px;
}

#productDetailsSection table#productDataPDF tr td a {
  color: #e30529;
}

#productDetailsSection table#productDataPDF tr td a:hover {
  color: #111111;
}


@media screen and (max-width: 760px) {

  #productDetailsSection {
    width: 100%;
    min-width: 760px;
    box-sizing: border-box;
    margin: 0px 0px 35px 0px;
    padding: 0px 25px 0px 25px;
  }

  .productDetailsTextHolder {
    width: 410px;
  }

  .productDetailsTextHolderOffer {
    width: 410px;
  }

  .productDetailsTitle {
    font-size: 22px;
    line-height: 24px;
  }

  .productDetailsNr {
    font-size: 17px;
    line-height: 20px;
  }

  .productDetailsCategory {
    font-size: 19px;
    line-height: 24px;
  }

  .productDetailsTextHolder ul li {
    font-size: 19px;
    line-height: 24px;
  }

  .productDetailsSeparator {
    width: 710px;
    border-top: 1px dotted #666666;
  }

  .productPiktogrammHolder {
    margin: 28px 30px 0px 0px;
    width: 340px;
    height: 55px;
  }

  .productPiktogrammHolder:nth-child(1),
  .productPiktogrammHolder:nth-child(2) {
    margin-top: 0px;
  }

  .productPiktogrammHolder:nth-child(3),
  .productPiktogrammHolder:nth-child(4) {
    margin-top: 28px;
  }

  .productPiktogrammHolder:nth-child(2n+2) {
    margin-right: 0px;
  }

  .productPiktogrammTitle {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 15px;
    font-family: 'Yantramanav', Arial, serif;
    font-weight: 500;
    font-style: normal;
    color: #888888;
    font-size: 19px;
    line-height: 23px;
    text-align: left;
  }

  .productPiktogrammText {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 15px;
    font-family: 'Yantramanav', Arial, serif;
    font-weight: 300;
    font-style: normal;
    color: #888888;
    font-size: 17px;
    line-height: 22px;
    text-align: left;
  }

  #productDetailsSection table#productData tr td {
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    font-family: 'Yantramanav', Arial, serif;
    font-style: normal;
    color: #555555;
    font-size: 18px;
    line-height: 20px;
    vertical-align: top;
  }

  #productDetailsSection table#productData-print tr td {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Yantramanav', Arial, serif;
    font-style: normal;
    color: #555555;
    font-size: 18px;
    line-height: 20px;
    vertical-align: top;
  }

}

/* NEWS GALLERY SECTION */

#galleryNewsListSection {
  width: 900px;
  min-width: 760px;
  box-sizing: border-box;
  margin: 0px 0px 25px 0px;
  padding: 0px 0px 0px 0px;
}

.galleryNewsListBox {
  margin: 28px 28px 0px 0px;
  width: 204px;
  height: 180px;
  box-sizing: border-box;
  position: relative;
  display: block;
  float: left;
  border: 1px solid #cccccc;
}

.galleryNewsListBox:nth-child(1),
.galleryNewsListBox:nth-child(2),
.galleryNewsListBox:nth-child(3),
.galleryNewsListBox:nth-child(4) {
  margin-top: 0px;
}

.galleryNewsListBox:nth-child(4n+4) {
  margin-right: 0px;
}

.galleryNewsListBox:hover > .redBox {
  display: block;
}

.galleryNewsListImage {
  width: 202px;
  height: 178px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 760px) {

  #galleryNewsListSection {
    width: 100%;
  }

  .galleryNewsListBox {
    margin: 28px 30px 0px 0px;
    width: 365px;
    height: 230px;
  }

  .galleryNewsListBox:nth-child(1),
  .galleryNewsListBox:nth-child(2) {
    margin-top: 0px;
  }

  .galleryNewsListBox:nth-child(3),
  .galleryNewsListBox:nth-child(4) {
    margin-top: 28px;
  }

  .galleryNewsListBox:nth-child(2n+2) {
    margin-right: 0px;
  }

  .galleryNewsListImage {
    width: 363px;
    height: 228px;
  }

}

/* STEEL */

#gallerySteelListSection {
  width: 900px;
  min-width: 760px;
  box-sizing: border-box;
  margin: 0px 0px 25px 0px;
  padding: 0px 0px 0px 0px;
}

.gallerySteelListBox {
  margin: 28px 28px 0px 0px;
  width: 280px;
  height: 210px;
  box-sizing: border-box;
  position: relative;
  display: block;
  float: left;
  border: 1px solid #cccccc;
}

.gallerySteelListBox:nth-child(1),
.gallerySteelListBox:nth-child(2),
.gallerySteelListBox:nth-child(3) {
  margin-top: 0px;
}

.gallerySteelListBox:nth-child(3n+3) {
  margin-right: 0px;
}

.gallerySteelListBox:hover > .redBox {
  display: block;
}

.gallerySteelListImage {
  width: 278px;
  height: 208px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 760px) {

  #gallerySteelListSection {
    width: 100%;
  }

  .gallerySteelListBox {
    margin: 28px 30px 0px 0px;
    width: 365px;
    height: 230px;
  }

  .gallerySteelListBox:nth-child(2n) {
    margin-top: 28px;
    margin-right: 0px;
  }

  .gallerySteelListBox:nth-child(2n-1) {
    margin-top: 28px;
    margin-right: 28px;
  }

  .gallerySteelListBox:nth-child(1),
  .gallerySteelListBox:nth-child(2) {
    margin-top: 0px;
  }

  .gallerySteelListImage {
    width: 363px;
    height: 228px;
  }

}


/* NEWS SECTION */

#newsDetailsSection {
  width: 900px;
  min-width: 760px;
  box-sizing: border-box;
  margin: 0px 0px 35px 0px;
  padding: 0px 0px 0px 0px;
}

.newsTitle {
  margin: 35px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 300;
  font-style: normal;
  color: #555555;
  font-size: 40px;
  line-height: 45px;
  text-align: left;
}

.newsTitle a {
  color: #555555;
}

.newsTitle a:hover {
  color: #e30529;
}

.newsStamp {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 300;
  font-style: normal;
  color: #555555;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
}

.newsStamp span {
  font-weight: 500;
  color: #e30529;
}

.newsImage {
  margin: 20px 0px 0px 0px;
  line-height: 0px;
  font-size: 1px;
}

.newsLead {
  margin: 35px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 500;
  font-style: normal;
  color: #555555;
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
}

.newsBody {
  margin: 35px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 300;
  font-style: normal;
  color: #555555;
  font-size: 22px;
  line-height: 30px;
  text-align: justify;
}

.newsBody a {
  color: #e30529;
  font-weight: 500;
}

.newsBody a:hover {
  color: #e30529;
  font-weight: 500;
}

.newsBody ul {
  list-style-type: square;
  list-style-position: outside;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 20px;
}

.newsBody ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 20px;
}

.newsBody li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 300;
  font-style: normal;
  color: #555555;
  font-size: 22px;
  line-height: 30px;
}

.newsBody h1,
.newsBody h2,
.newsBody h3,
.newsBody h4,
.newsBody h5,
.newsBody h6,
.newsBody table,
.newsBody table tr td,
.newsBody div,
.newsBody p {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 300;
  font-style: normal;
  color: #555555;
  font-size: 22px;
  line-height: 30px;
  text-align: justify;
}

.newsBody img {
  max-width: 100%;
  width: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.newsBody object,
.newsBody embed,
.newsBody video {
  max-width: 900px;
}

.pager {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 30px 0px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 300;
  color: #202020;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}

.pager span {
  padding: 5px 8px 5px 8px;
  margin: 0px 0px 0px 0px;
  background-color: #cccccc;
  display: inline-block;
  color: #202020;
  border-radius: 5px;
}

.pager span.pager-active {
  background-color: #e30529;
  color: #ffffff;
}

.pager a {
  padding: 5px 8px 5px 8px;
  margin: 0px 0px 0px 0px;
  background-color: #222222;
  display: inline-block;
  color: #ffffff;
  border-radius: 5px;
}

.pager a:hover {
  padding: 5px 8px 5px 8px;
  margin: 0px 0px 0px 0px;
  background-color: #888888;
  display: inline-block;
  color: #ffffff;
  border-radius: 5px;
}

.fixNews {
  height: 250px;
}

@media screen and (max-width: 760px) {

  #newsDetailsSection {
    width: 100%;
    min-width: 760px;
    box-sizing: border-box;
    margin: 0px 0px 35px 0px;
    padding: 0px 25px 0px 25px;
  }

  .newsBody object,
  .newsBody embed,
  .newsBody video,
  .newsBody iframe {
    max-width: 710px !important;
  }

}
