body, p, h1, h2, h3, h4, h5, h6, h7, li, span { font-family: Helvetica, arial, sans-serif;}

@media (min-width: 992px) {
  .hm-netzw-articles-horizontal .sppb-addon-article {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .hm-netzw-articles-horizontal .sppb-addon-article .sppb-article-img-wrap,
  .hm-netzw-articles-horizontal .sppb-addon-article .sppb-article-info-wrap {
    flex: 1;
  }
  .hm-netzw-articles-horizontal .sppb-addon-article .sppb-article-img-wrap {
    padding-right: 25px;
  }
  .hm-netzw-articles-horizontal .sppb-addon-article .sppb-article-info-wrap .sppb-readmore {
    margin-top: 20px;
    float: right;
  }
}

.hm-netzwe-service-card {
  transition: 0.2s ease;
  animation-fill-mode: none;
}
.hm-netzwe-service-card:hover {
  transform: scale(1.1);
}
.hm-netzwe-service-card .sppb-addon-title-icon {
  font-size: 24px;
}
.hm-netzwe-text-color-in * {
  color: #666666 !important;
}
.hm-netzwe-icon-top .fas {
  display: block;
  margin-bottom: 5px;
}
.hm-netzwe-no-margin-in * {
  margin: 0 !important;
}


.hm-netzw-icon-list.hm-netzw-left .sppb-icons-group-list li {
  margin-bottom: 5px;
  padding: 5px 10px;
  background: #fff;
  text-align: left;
  color: #666666;
}

.hm-netzw-footer,
.hm-netzw-copyright {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 24px;
  text-align: left;
  color: #fffffe;
}


.hm-netzw-top-content {
  background: #fbfbfb;
  padding-top: 55px;
  padding-bottom: 70px;
}
.hm-netzw-sub-content {
  padding-top: 50px;
  padding-bottom: 100px;
}
.hm-netzw-sub-content h3 {
  color: #0069b4;
}


body {
  line-height: 24px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-weight: 400 !important;
  color: #666666;
  background-color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0;
}
h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}
h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}
h4 {
  font-size: 21px;
  font-weight: 600;
  line-height: 30px;
}
h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.rg-img-center {
    margin: 0 auto;
    display: block;
}

.text-rg-img-center {
    text-align: center;
}