div#sp-logo > div.sp-column {
  display: flex;
}

img.logo-image {
  max-height: 150px;
  height: auto;
}

div.leistungen div.sp-module-content > div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 900px;
}

div.leistungen div.sp-module-content > div > div {
    margin-left: 1rem;
    margin-right: 1rem;
    max-width: 200px;
    margin-bottom: 2rem;
}

div.leistungen div.sp-module-content > div img {
    border-radius: 50%;
}

div.leistungen div.sp-module-content > div > div > div {
    text-align: center;
    margin-top: 1rem;
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1;
}

div.leistungen > div.sp-module-content {
  display: flex;
  justify-content: center;
}

main .container-fluid.blog-featured {
    padding: unset;
}

main#sp-component {
    padding: unset;
}

div.article {
  border: unset !important;
}

h3.sp-module-title {
  text-align: center;
  margin: 0 0 1.25rem 0;
}

#sp-main-body {
  padding-bottom: unset !important;
}

div#sp-user2 {
  padding-bottom: 100px !important;
}



.article .article-header h2 {
  font-size: calc(1.3rem + .6vw) !important;
  text-align: center;
}


@media (min-width: 1200px) {
.article .article-header h2 {
    font-size: 1.75rem !important;
}
}

