@media only screen and (max-width: 768px) {
  img.vorteilImg {
    padding: 0;
  }
}

img.vorteilImg {
  max-width: 80%;
}

.hero-main__earth {
  position: absolute;
  width: 55%;
  max-width: 880px;
  top: -10%;
  right: -10%;
  z-index: -1;
  animation: rotate 80s linear infinite;
  transform-origin: center;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.kurseBg {
  background-image: url("/wp-content/themes/ASL/assets/img/globals/KURSE-bg.svg");
  background-repeat: no-repeat;
  height: 150px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-size: contain;
}

.kurseBg h2,
.kurseBg .h2 {
  background: transparent;
  padding: 75px 0;
}

.content-kurse-more {
    position: relative;
    top: -25px;
}

.mehr-info-main-page__earth {
    position: absolute;
    left: 0;
    top: 50%;
    height: 100%;
    transform: translateY(-50%) !important;
    z-index: -1;
}

.font-italic {
    font-style: italic;
}