/* ==========================================================================
	@imports.scss
	Imports
============================================================================= */
/* ==========================================================================
	@colors.scss
	Farben
============================================================================= */
/* ==========================================================================
	@variables.scss
	Variablen 
============================================================================= */
/* ==========================================================================
	@mixins.scss
	Mixins / Functions
============================================================================= */
.vorteile {
  margin-top: 0;
}
.vorteile .yt-video {
  position: relative;
  box-shadow: 0px 0px 12px rgba(134, 140, 150, 0.13), 0px 29px 40px rgba(134, 140, 150, 0.2);
  border-radius: 8px;
  overflow: hidden;
  isolation: isolate;
  color: #000000;
  width: 100%;
  max-width: 100%;
  height: 0;
  padding-bottom: 300px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 300ms;
}
@media (min-width: 768px) {
  .vorteile .yt-video {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .vorteile .yt-video {
    margin-top: 1.2rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 756px) {
  .vorteile .yt-video {
    padding-bottom: 200px;
  }
}
.vorteile .yt-video .video-iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.vorteile .yt-video .video-thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 300ms;
}
.vorteile .yt-video .video-thumbnail img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.vorteile .yt-video .video-thumbnail .video-overlay {
  cursor: pointer;
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vorteile .yt-video .video-thumbnail .video-play {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  width: 60px;
  height: 60px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
  color: #ffffff;
}
.vorteile .yt-video .video-thumbnail .video-play svg {
  margin-right: -8px;
  width: 26px;
}
.vorteile .yt-video .video-thumbnail .video-play:hover {
  background: white;
}
.vorteile .yt-video.video-clicked .video-iframe {
  opacity: 1;
}
.vorteile .yt-video.video-clicked .video-thumbnail {
  opacity: 0;
  object-fit: cover;
}
.vorteile .yt-video.video-playing .video-iframe {
  z-index: 1;
}
.vorteile .section-vorteile {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .vorteile .section-vorteile {
    flex-direction: column;
  }
}
.vorteile .section-vorteile .vorteile-text {
  width: 100%;
}
@media (min-width: 768px) {
  .vorteile .section-vorteile .vorteile-text {
    padding-top: 100px;
    padding-right: 50px;
  }
}
.vorteile .hover stop {
  stop-color: #009AFF;
}
