@font-face {
  font-family: 'georgiaregular';
  src: url('../fonts/georgia-webfont.woff2') format('woff2'), url('../fonts/georgia-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  background: #fff;
  font-family: 'georgiaregular';
}
.news-flexbox .news-service {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.products-flexbox .product-service .service-image-wrapper.square {
  padding-top: 100%;
}
nav.section-header .header-top {
  background: #137487;
}
nav.section-header .header-top:before,
nav.section-header .header-top:after {
  background: #137487;
}
nav.section-header .header-top .top-currency .dropdown-button {
  background: #0a3a44;
}
nav.section-header .header-top .top-currency + .top-social-media:before {
  border-right: 0.5px solid #fff;
}
nav.section-header .header-top .top-currency + .top-navigation:before {
  border-right: 0.5px solid #fff;
}
nav.section-header .header-top .top-languages .dropdown-button {
  background: #0a3a44;
}
nav.section-header .header-top .top-languages + .top-social-media:before {
  border-right: 0.5px solid #fff;
}
nav.section-header .header-top .top-languages + .top-navigation:before {
  border-right: 0.5px solid #fff;
}
nav.section-header .header-top .top-social-media:after {
  border-right: 0.5px solid #fff;
}
nav.section-header .header-top .top-navigation li:not(:last-child) {
  border-right: 0.5px solid #fff;
}
nav.section-header .header-management .management-search-engine {
  border: 0.5px solid #0dcaf0;
}
nav.section-header .header-management .management-search-engine .btn-search {
  background: #0dcaf0;
}
section.section-newsletter {
  background: #137487;
}
section.section-newsletter .checkbox-wrapper .radio-box a {
  color: inherit;
}
section.produkt-section-content .content-inner .product-info .info-codes {
  display: none;
}
section.static-page-section-content .content-inner .inner-main-image {
  height: 380px;
  width: 380px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: relative;
}
section.static-page-section-content .content-inner .inner-main-image img {
  position: absolute;
  top: 0;
  left: 0;
}
section.static-page-section-content .content-inner .inner-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.static-page-section-content .content-inner .inner-gallery .gallery-service {
  margin-top: calc(4% / 3);
  display: block;
  width: 24%;
  padding-top: 20%;
  position: relative;
  overflow: hidden;
  background: #f9f9f9;
}
section.static-page-section-content .content-inner .inner-gallery .gallery-service img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.static-page-section-content .content-inner .inner-gallery .gallery-service.service-hidden {
  margin-top: 0;
  padding-top: 0;
  opacity: 0;
  visibility: hidden;
}
section.static-page-section-content .content-inner .inner-gallery.gallery-collapsed {
  margin-top: 0;
  padding-top: 0;
}
section.static-page-section-content .content-inner .btn-gallery-more {
  margin-top: 30px;
}
section.static-page-section-content .content-inner .btn-gallery-more.hidden {
  display: none;
}
section.static-page-section-content .content-inner .inner-description {
  margin-top: 35px;
}
section.static-page-section-content .content-inner .inner-description p,
section.static-page-section-content .content-inner .inner-description li {
  color: #000;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.3px;
}
section.static-page-section-content .content-inner .inner-description ol,
section.static-page-section-content .content-inner .inner-description ul {
  padding-left: 17px;
}
section.static-page-section-content .content-inner .inner-description h1 {
  font-size: 32px;
  color: #000;
  font-weight: 400;
}
section.static-page-section-content .content-inner .inner-description h2 {
  font-size: 28px;
  color: #000;
  font-weight: 400;
}
section.static-page-section-content .content-inner .inner-description h3 {
  font-size: 24px;
  color: #000;
  font-weight: 400;
}
section.static-page-section-content .content-inner .inner-description h4 {
  font-size: 21px;
  color: #000;
  font-weight: 400;
}
section.static-page-section-content .content-inner .inner-description h5 {
  font-size: 18px;
  color: #000;
  font-weight: 400;
}
section.static-page-section-content .content-inner .inner-description h6 {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  section.static-page-section-content .content-inner .inner-main-image {
    height: auto;
    width: 100%;
    padding-top: 100%;
  }
}

/*# sourceMappingURL=maps/style-project.css.map */
