.share_carousel_area.alignfull {
  padding: 0px 15px;
  margin-top: 40px;
  margin-bottom: 40px;
}

#share_carousel {
  margin: 50px auto;
  max-width: 1106px;
  padding: 0 20px;
}

.share_headline_container {
  display: grid;
  grid-template-columns: 422px auto;
  gap: 20px;
  margin-bottom: 35px;
}

.share_infotext_container {
  font-family: 'Cabin';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.share_headline_container_headline .share_headline_text {
  color: #4200FF;
  font-family: 'Space Grotesk';
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px; /* 112.121% */
  display: inline;
  margin-bottom: 35px;
}

.share_headline_container_headline .share_headline_text p {
  padding: 0;
}

#share_carousel .hide{
  display: none;
}

#share_carousel .project {
  margin: 0;
  /* background: #FDFDFC; */
  border-radius: 4px;
}

#share-carousel {
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

#share_carousel .owl-stage {
  display: flex;
  gap: 20px;
}

#share_carousel .owl-item {
  max-width: 246px;
}

.project_share_window_bar {
  color: #000;
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-color: #E5FF43;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 3.6px 15.7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

#share_carousel .owl-item:nth-child(2n) .project_share_window_bar {
  background-color: #FF4B4B;
  color: #fff;
}

#share_carousel .owl-item:nth-child(3n) .project_share_window_bar {
  background-color: #000;
  color: #fff;
}

#share_carousel .owl-item:nth-child(4n) .project_share_window_bar {
  background-color: #4200FF;
  color: #fff;
}

#share_carousel .project_share_content {
  display: grid;
  grid-template-rows: 350px 42px;
  border-radius: 15px;
  background-color: #fff;
}

.share_window_image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.share_window_video {
  width: 100%;
  height: 100%;
}

.share_window_video video {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

a.project_share_button {
  color: #000;
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-color: #fff;
  padding: 3.5px 13.5px;
  border-radius: 15px;
  right: 10px;
  position: absolute;
}

#share_carousel .owl-nav button.disabled {
  color: transparent;
  pointer-events: none;
}

#share-carousel .owl-next {
  float: right;
}

#share_carousel .owl-share {
  width: 100% !important;
  height: 100%;
  min-height: 290px;
  display: grid;
}

#share-carousel .owl-dots.disabled {
  display: none;
}

#share-carousel .owl-dots {
  text-align: center;
  width: 85%;
  margin: 28px auto 0px;
  background-color: transparent;
}

#share-carousel.owl-7 .owl-dots {
  margin-top: 0px;
}

#share-carousel .owl-dots span {
  display: block;
}

#share-carousel .owl-dots span::before {
    content: url('bullet.svg')  !important;
    opacity: 1 !important;
}

#share-carousel .owl-dot.active span::before {
    content: url('bullet_active.svg')  !important;
}

#share-carousel .owl-dot {
  padding: 5px;
  background-color: transparent;
}

#share-carousel .project_share_cat {
  margin-bottom: 24px;
}


.project_share_title {
  color: #000;
  font-family: 'Cabin';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
}

.project_share_subtitle {
  color: var(--Schwarz, #000);
  font-family: 'Cabin';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 7px;
}

.project_share_infotext {
  color: #000;
  font-family: Cabin;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  margin-top: 11px;
}

a.project_download {
  color: #4200FF;
  font-family: Space Grotesk;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-decoration-line: underline;
  margin-top: 30px;
  display: block;
  position: absolute;
  bottom: 20px;
}

.project_share_button.dl::after {
  background-image: url('dl_icon.svg');
  background-size: 17px 17px;
  display: inline-flex;
  width: 17px;
  height: 17px;
  content: "";
  background-repeat: no-repeat;
  margin-left: 7.4px;
  vertical-align: text-top;
}

.owl-next span::after, .owl-prev span::before {
  background-image: url('arrow.svg');
  background-size: 36.55px 39px;
  display: inline-block;
  width: 36.55px;
  height: 39px;
  content: "";
}

.owl-prev span::before {
  transform: scaleX(-1); //rotate(180deg);
}

#share-carousel .owl-prev, #share-carousel .owl-next {
  background-color: transparent;
  display: inline-block;
}

.owl-next.disabled span::after, .owl-prev.disabled span::before{
  background-image: unset;
}

#share_carousel .owl-nav.disabled {
  display: none;
}

.project_share_icon.constant-tilt-shake {
  animation: tilt-shaking 2s infinite;
}

@media only screen and (max-width: 865px) {
  .hintergrund_container #share_carousel {
    padding: 0 5px;
  }

  #share_carousel .owl-item {
    max-width: unset;
  }

  .share_headline_container {
    grid-template-columns: 100%;
    margin-bottom: 37px;
  }

}
