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

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

.headline_container {
  display: grid;
  grid-template-columns: 440px auto;
  gap: 20px;
  margin-bottom: 50px;
}

.headline_container_headline .headline_text {
  color: #fff;
  font-family: 'Space Grotesk';
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: #FF4B4B;
  display: inline;
}

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

#downloads_carousel .hide{
  display: none;
}

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

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

#downloads-carousel.owl-1 {
  max-width: 390px;
}

#downloads-carousel.owl-2 {
  max-width: 804px;
}

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

#downloads_carousel .owl-item {
  opacity: 0.6;
}

#downloads_carousel .owl-item.active {
  opacity: 1;
}

#downloads_carousel .project_downloads_content {
  display: grid;
  grid-template-columns: 199px 319px;
  border-radius: 15px;
  min-height: 197px;
  margin-bottom: 20px;
}

.project_downloads_content_left {
  background-color: #EAEAEA;
  padding: 16px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.project_downloads_content_right {
  background-color: #fff;
  padding: 20px 17px 45px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  position: relative;
}

.project_downloads_icon {
  display: inline-block;
  width: 168px;
  height: 165px;
  position: relative;
  vertical-align: middle;
  padding: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 15px;
}

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

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

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

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

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

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

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

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

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

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

#downloads-carousel .project_downloads_cat {
  margin-bottom: 24px;
}


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

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

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

#downloads-carousel 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;
}

.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);
}

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

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

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

#downloads-carousel .project_downloads_icon.constant-tilt-shake {
  animation: tilt-shaking 2s infinite;
}


@media only screen and (max-width: 1085px) {
  #downloads_carousel .project_downloads_content {
    grid-template-columns: 116px auto;
    min-height: 125px;
  }

  #downloads-carousel .project_downloads_content_left {
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
  }

  #downloads-carousel .project_downloads_icon {
    width: 96px;
    height: 96px;
  }

  #downloads-carousel .project_downloads_subtitle {
    font-size: 10px;
    line-height: 15px;
    margin-bottom: 5px;
  }

  #downloads-carousel .project_downloads_title {
    font-size: 14px;
    line-height: 17px;
  }

  #downloads-carousel .project_downloads_infotext {
    font-size: 12px;
    line-height: 17px;
    margin-top: 6px;
  }

  #downloads-carousel a.project_download {
    font-size: 11px;
    bottom: 10px;
    line-height: 15px;
    margin-top: 15px;
  }
}


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

  .headline_container {
    grid-template-columns: 100%;
    margin-bottom: 30px;
  }

  .headline_container_headline .headline_text {
    font-size: 35px;
  }

  .headline_container_infotext {
    font-size: 16px;
  }
}
