/*@import url("https://use.typekit.net/xre3fqy.css");*/
body.view-productdetails div#glightbox-body div.gslide-media.gslide-image {
  background: #fff;
}

#min-quantity-surcharge {
    background-color: #0066cc !important;
    color: white !important;
}
#free-shipping {
    background-color: #F0F0F0 !important;
}

#product-description p, #product-description p span {
 font-size: 1.4rem !important;
 font-family: "Roboto", sans-serif !important;
}
.text-justify {
  text-align: justify !important;
}

.main_p, .main_li, .main_ul {
  font-size:1.2rem;
  font-family: "Roboto",sans-serif;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
}
.main_head {
  font-family: "eurostile", sans-serif;
  color:#000;
}
.main_ul {
   list-style-type: square; 
}
.main_ul > li::marker {
   color: #0066cc;
}
.main_ol > li::marker {
  font-weight: bold;
}
.legal_p, .legal_li {
  font-size:1.0rem;
  font-family: "Roboto",sans-serif;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
}
.legal_head {
  font-family: "eurostile", sans-serif;
  color:#000;
}
.legal_ul {
   list-style-type: square; 
}
.legal_ul > li::marker {
   color: #0066cc;
}
.legal_ol > li::marker {
  font-weight: bold;
}

.wiki_p, .wiki_li, .wikin_ul {
  font-size:1.0rem;
  font-family: "Roboto",sans-serif;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
}
.wiki_head  {
  font-family: "eurostile", sans-serif;
  color:#000;
}
.wiki_ul {
   list-style-type: square; 
}
.wiki_ul > li::marker {
   color: #0066cc;
}
.wiki_ol > li::marker {
  font-weight: bold;
}
.mitarbeiter {
margin-bottom:15px;
}
.team_name {
  font-size:1.2rem;
  color:#0066cc;
  font-weight: 500;
}
.team_position {
  font-size:1.2rem;
   font-weight: 500;
}
.promo-banner-title{
  font-family: "Roboto", sans-serif;
  color:#000;
}
.promo-banner-subtitle{
  font-family: "eurostile", sans-serif;
  color:#0066cc;
}
.promo-banner-text{
  font-family: "Roboto",sans-serif !important; 
}
.table-head-dark{
background-color: #f0f0f0 !important; 
}
.table-row-dark{
  background-color:#f8f8f8 !important; 
}
.small-text{
  font-size:0.9rem;
}

@media print {
    body.com-virtuemart.view-productdetails .header-main {
        display: none;
    }
}


