/* =============================================================================
 * h7 Fonts
 * ========================================================================== */


/* =============================================================================
 * h7 General
 * ========================================================================== */
/* Animations */
.imageRotateInfinite.animate_slower img {
    -webkit-animation-duration: 20s;
          animation-duration: 20s;
}
@keyframes imageRotateInfinite {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
div img {
  pointer-events: none;
}

/* =============================================================================
 * h7 Accessibility
 * ========================================================================== */


/* =============================================================================
 * Content
 * ========================================================================== */
/* Swiper Controls */
.swiper-button-next, .swiper-button-prev {
  background-color: transparent;
}
.ce_swiper-slider-start.style3_dark .swiper-button-next, 
.ce_swiper-slider-start.style3_dark .swiper-button-prev {
    background: var(--accentColor);
    color: #fff;
}
.ce_swiper-slider-start.style3_dark .swiper-button-next:after, 
.ce_swiper-slider-start.style3_dark .swiper-button-prev:after {
}
.ce_image_text_box_v2.headline_style_h6 figure:after {
  content: ' ';
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 0;
  right: 0;
  background-image: url(/files/gruender/geg-gruendi.svg);
  /* background-repeat: none; */
}