.bucher {
  position: relative;
  padding-top: 90px;
  padding-bottom: 150px;
  z-index: 0;
}
.bucher::after {
  content: "";
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 160px;
  background-image: url("../../../img/pattern-right.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
  width: 254px;
  height: 730px;
}

.bucher-opts {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}
@media screen and (max-width: 1280px) {
	.bucher-opts {
		margin-top: 30px;
	}
}

@media screen and (max-width: 1440px) {
  .bucher::after {
    width: 197px;
    height: 558px;
  }
}
@media screen and (max-width: 1280px) {
  .bucher::after {
    width: 172px;
    height: 489px;
  }
}
@media screen and (max-width: 1024px) {
  .bucher::after {
    width: 134px;
    height: 380px;
  }
}
@media screen and (max-width: 768px) {
  .bucher::after {
    width: 84px;
    height: 240px;
  }
}
@supports (width: clamp(1px, 2vw, 3px)) and (height: clamp(1px, 2vw, 3px)) {
  .bucher::after {
    width: clamp(84px, 13.8vw, 254px);
    height: clamp(240px, 38.1vw, 730px);
  }
}
.bucher.has-form::after {
  top: 900px;
}
.bucher .swiper-button-prev, .bucher .swiper-button-next {
  display: none;
}

.bucher-title {
  margin-bottom: 70px;
}

.bucher-content .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
  gap: 30px 80px;
  align-items: stretch !important;
}

.bucher-foot {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 110px;
}

.bucher-card {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
.bucher-card__image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 335px;
  height: 100vh;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  border: 1px solid var(--savian);
  margin-bottom: 32px;
}
.bucher-card__image::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(332deg, rgba(0, 0, 0, 0) 0%, rgb(182, 221, 213) 280%);
  opacity: 0.9;
  z-index: -1;
}
.bucher-card__image img {
  max-width: 201px;
  max-height: 280px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bucher-card a.button-download {
  position: relative;
  color: #979797;
  margin-top: 24px;
  display: block;
  line-height: 1;
  margin-top: auto;
}
.bucher-card a.button-download::after {
  font-family: "icomoon";
  content: "\e901";
  font-size: 8px;
  margin-left: 8px;
  position: relative;
  bottom: 2px;
}
@media (any-hover: hover) {
  .bucher-card a.button-download:hover {
    color: var(--highlight);
  }
}
.bucher-card__name {
  text-align: center;
}
.bucher-card__price {
  margin-top: auto;
}
.bucher-card__content {
  margin-bottom: 40px;
}

.bucher-form {
  position: relative;
  padding: 32px 50px 12px 50px;
  border-radius: 25px;
  flex: 1 480px;
  overflow: hidden;
  border: 1px solid var(--savian);
  background: linear-gradient(332deg, rgba(0, 0, 0, 0) 0%, rgb(182, 221, 213) 200%);
  margin-top: 70px;
}
.bucher-form > h3 {
  text-align: center;
  margin-bottom: 75px;
}
.bucher-form input.wpcf7-form-control.wpcf7-submit.has-spinner.button-primary {
  margin-top: 80px;
  float: right;
}
.bucher-form button#add-part-row {
  background-color: transparent;
  border: 1px solid;
  font-size: 14px;
  line-height: 1;
  padding: 12px 15px 8px 15px;
  transition: background-color 0.12s ease-in-out, color 0.12s ease-in-out;
}
@media screen and (any-hover: hover) {
  .bucher-form button#add-part-row:hover {
    background-color: var(--schwarz);
    color: var(--white);
    transition: background-color 0.12s ease-in-out, color 0.12s ease-in-out;
  }
}
.bucher-form button.remove-part-row {
  background-color: transparent;
  border: 1px solid;
  font-size: 14px;
  line-height: 1;
  padding: 12px 15px 8px 15px;
  transition: background-color 0.12s ease-in-out, color 0.12s ease-in-out;
  margin-bottom: auto;
  margin-top: 4px;
}
@media screen and (any-hover: hover) {
  .bucher-form button.remove-part-row:hover {
    background-color: #ffa3a3;
    border-color: #ffa3a3;
    transition: background-color 0.12s ease-in-out, border-color 0.12s ease-in-out;
  }
}
.bucher-form #parts-selection {
  margin-top: 37px;
  margin-bottom: 70px;
}
.bucher-form .parts-selection-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.bucher-form .parts-selection-row span.wpcf7-form-control-wrap[data-name=part-count] {
  max-width: 100px;
}
.bucher-form .parts-selection-row span.wpcf7-form-control-wrap[data-name=part-select] {
  width: 100%;
}

@media screen and (max-width: 1179px) {
  .bucher {
    padding-top: 45px;
    padding-bottom: 100px;
  }
  .bucher h2.section-title {
    align-items: center;
  }
  .bucher::after {
    display: none;
  }
  .bucher-title {
    margin-bottom: 50px;
  }
  .bucher-card__image {
    margin-bottom: 14px;
    max-height: 285px;
  }
  .bucher-card__image img {
    max-width: 172px;
    height: auto;
  }
  .bucher-card__content {
    margin-bottom: 0px;
  }
  .bucher-card__price {
    margin-top: auto;
  }
  .bucher-content .swiper-wrapper {
    display: flex;
    gap: inherit;
  }
  .bucher-slider .swiper-button-next, .bucher-slider .swiper-button-prev {
    display: flex;
    top: 39%;
    --swiper-navigation-size: 20px;
    --swiper-theme-color: #707173;
  }
  .bucher-slider .swiper-button-next {
    right: 5px;
  }
  .bucher-slider .swiper-button-prev {
    left: 5px;
  }
  .bucher-slider .swiper-slide.bucher-card {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1179px) {
  .bucher {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .bucher-form {
    padding: 27px 5px 17px 5px;
  }
  .bucher-form > h3 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  .service-content.bucher-content--row {
    grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
  }
}