.t4-section-inner.container {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.module-title-wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

h3.module-title {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

.owl-carousel.owl-theme.owl-loaded.owl-drag {
    margin-bottom: 30px;
}

.owl-carousel.owl-theme.owl-loaded.owl-drag,
.j2store-product-module.j2store-product-module-list.owl-carousel.owl-loaded.owl-drag {
    margin-bottom: 30px !important;
}

.hero-separate {
  margin-bottom: 100px;
}


.streaming-icons {
      list-style: none;
        padding: 0;
          margin: 0;

            display: flex;
              justify-content: space-evenly; /* gleichmäßig verteilt */
                align-items: center;

                  width: 100%;
                  }

                  .streaming-icons li {
                    margin: 0;
                    }

                    .streaming-icons a {
                      display: block;
                      }

                      .streaming-icons img {
                        width: 42px;
                          height: 42px;
                            transition: transform 0.25s ease;
                            }

                            .streaming-icons a:hover img {
                              transform: scale(1.15);
                              }

                              /* Screenreader-only */
                              .visually-hidden {
                                position: absolute;
                                  width: 1px;
                                    height: 1px;
                                      padding: 0;
                                        margin: -1px;
                                          overflow: hidden;
                                            clip: rect(0,0,0,0);
                                              border: 0;
                                              }

                                              /* Mobile */
                                              @media (max-width: 600px) {
                                                .streaming-icons {
                                                    justify-content: center;
                                                        gap: 1.2rem;
                                                          }

                                                            .streaming-icons img {
                                                                width: 32px;
                                                                    height: 32px;
                                                                      }
                                                                      }
}