.section {
    padding: 50px 25px;
    background-color: #000;
    color: #fff;
    position: relative;
}
.section:nth-child(even) {
    background-color: #ffffff;
    color: #000000;
}

.section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
}
.section .container .badge {
    max-width: 279px;
    width: 100%;
}
.section .container h1 {
    font-size: 38px;
    line-height: 46px;
    font-weight: bold;
}
.section .container h1 span {
    color:#e8bf78;
    font-weight: inherit;
}
.section:nth-child(even) h1 span {
    color: #e8bf78;
}
.section .container p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}
.section .container b {
    font-size: 20px;
    line-height: 30px;
}
.section .container p span {
    color: #d4a54f;
    font-weight: bold;
}
.section .container img:not(.badge):not(.check-icon) {
    width: 100%;
    border-radius: 10px;
}
.section .container img:not(.badge).mobile {
    display: none;
    max-width: 500px;
}

@media (max-width: 820px) {
    .section {
        padding: 50px 25px;
    }
    .section .container img.badge {
        position: absolute;
        top: 0;
        transform: translateY(-50%);
    }
    .section .container h1 {
        font-size: 26px;
        line-height: 31px;
        font-weight: bold;
    }
    .section .container p {
        font-size: 17px;
        line-height: 24px;
    }
    .section .container img:not(.badge).mobile {
        display: inline-block;
    }
    .section .container img:not(.badge).desktop {
        display: none;
    }
}


.home-perfect-nose p.mobile {
    display: none;
    max-width: 500px;
}
@media (max-width: 820px) {
    .home-perfect-nose p.mobile {
        display: inline-block;
    }
    .home-perfect-nose p.desktop {
        display: none;
    }
}



.home-pricing .container .before-after {
    display: flex;
    align-items: center;
    gap: 8px;
}

.home-pricing .container .before-after img:not(.arrow) {
    max-width: 205px;
    border-radius: 10px;
}

.home-pricing .container img.badge {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
}

.home-pricing .container b {
    max-width: 460px;
}

@media (max-width: 820px) {
    .home-pricing .container .before-after {
        max-width: 400px;
        width: 100%;
    }
    .home-pricing .container b {
        display: none;
    }
    .home-pricing .container .before-after img.arrow {
        display: none;
    }
    .home-pricing .container .before-after img:not(.arrow) {
        max-width: none;
        width: 50%;
        flex: 1;
    }
}


.home-results .container {
    gap: 20px;
}

.home-results .wrapper {
    position: relative;
    width: 100%;
    max-width: 658px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.home-results .swiper {
    width: 100%;
    max-width: 508px;
    padding-bottom: 40px;
}
.home-results .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #000000;
    opacity: 1;
    transition: 0.15s;
}
.home-results .swiper-pagination-bullet-active {
    background-color: #a62e5a;
    transform: scale(1.3);
}

.home-results .swiper-slide img {
    width: 100%;
}

.home-results .button-prev,
.home-results .button-next {
    width: 18px;
    cursor: pointer;
}

.home-results .button-prev.swiper-button-disabled,
.home-results .button-next.swiper-button-disabled {
    opacity: 0.5;
}

.home-results .button-next img,
.home-results .button-prev img {
    width: 100%;
}

@media (max-width: 820px) {
    .home-results .button-prev,
    .home-results .button-next {
        width: 15px;
    }
    .home-results p {
        display: none;
    }
}

.home-technology h1 {
    max-width: 560px;
}

.home-technology p b {
    color: #e8bf78;
}

.home-clinic-standards .rosette {
    max-width: 80px;
    width: 100%;
}

@media (max-width: 820px) {
    .home-clinic-standards b {
        display: none;
    }
}

.home-process-steps .container {
    max-width: 1000px;
    gap: 30px;
}

.home-process-steps .wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}
.home-process-steps .swiper {
    width: 100%;
}

.home-process-steps .technologie-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.home-process-steps  .technologie-col span {
    color:#e8bf78;
    font-size: 24px;
    font-weight: bold;
}

.home-process-steps .technologie-col p b {
    font-size: inherit;
}

.home-process-steps .swiper-slide img {
    max-width: 190px;
    width: 100%;
}

.home-process-steps .button-prev,
.home-process-steps .button-next {
    width: 18px;
    cursor: pointer;
}

.home-process-steps .button-prev.swiper-button-disabled,
.home-process-steps .button-next.swiper-button-disabled {
    opacity: 0.5;
}

.home-process-steps .button-next img,
.home-process-steps .button-prev img {
    width: 100%;
}

.home-process-steps .container > b,
.home-process-steps .container > p,
.home-process-steps .swiper-pagination,
.home-process-steps .button-prev,
.home-process-steps .button-next {
    display: none !important;
}

@media (max-width: 1080px) {
    .home-process-steps .swiper-slide > div span {
        font-size: 20px;
    }
    .home-process-steps .swiper-slide > div p {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 820px) {
    .home-process-steps .swiper {
        padding-bottom: 50px;
    }
    .home-process-steps .container > b,
    .home-process-steps .container > p,
    .home-process-steps .swiper-pagination,
    .home-process-steps .button-prev,
    .home-process-steps .button-next {
        display: inline-block !important;
    }
    .home-process-steps .wrapper {
        max-width: 500px;
    }
    .home-process-steps .button-prev,
    .home-process-steps .button-next {
        width: 15px;
    }
    .home-process-steps > b,
    .home-process-steps > p,
    .home-process-steps .swiper-pagination,
    .home-process-steps .button-prev,
    .home-process-steps .button-next {
        display: inline-block;
    }
}


.home-mission .images {
    max-width: 780px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.home-mission .images img {
    width: 100%;
}

.home-mission p:last-of-type {
    max-width: 600px;
}

@media (max-width: 820px) {
    .home-mission .images {
        max-width: 500px;
        gap: 8px;
    }
}


.home-faq {
  padding: 40px 0;
  background: #ffffff;
}

.home-faq > .container {
  max-width: 1200px;
  padding: 0 20px;
}

.home-faq > .container > h2 {
  font-size: 38px;
  color: black;
  padding-left: 10px;
}

.home-faq > .container > p {
  color: #036;
  font-weight: 400;
  line-height: 18.5px;
  margin-top: 20px;
}

.home-faq > .container > .accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.home-faq > .container > .accordion .item {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 42px;
  background: #faf0eb;
}

.home-faq > .container > .accordion .item > .button {
  position: relative;
  cursor: pointer;
  border-radius: 42px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  background: #000;
  height: 90px;
}

.home-faq > .container > .accordion .item > .button > .title {
  flex: 1;
  height: 100%;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: start;
  border-radius: inherit;
  color: #fff;
}

.home-faq > .container > .accordion .item > .button > .title > h4 {
  font-size: 18px;
  font-weight: 400;
}

.home-faq > .container > .accordion .item > .button > .icon {
  aspect-ratio: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  height: inherit;
}

.home-faq > .container > .accordion .item > .button > .icon > .plus,
.home-faq > .container > .accordion .item > .button > .icon > .minus {
  transition: 0.2s;
  right: 20px;
  position: absolute;
}

.home-faq > .container > .accordion .item > .button > .icon > .minus {
  opacity: 0;
  margin-left: auto;
}

.home-faq > .container > .accordion .item > .content {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.2s ease-out;
  opacity: 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.home-faq > .container > .accordion .item > .content > .btn-ctnr {
  max-width: none;
}

.home-faq > .container > .accordion .item > .content > .btn-ctnr > .orange-btn {
  padding: 15px 0px;
}

.home-faq > .container > .accordion .item.active > .button {
  border-radius: 42px 42px 0 42px;
}

.home-faq > .container > .accordion .item.active > .button > .icon > .minus {
  opacity: 1;
}

.home-faq > .container > .accordion .item.active > .button > .icon > .plus {
  opacity: 0;
}

.home-faq > .container > .accordion .item.active > .content {
  padding: 20px;
  opacity: 1;
}

@media (max-width: 820px) {
  .home-faq > .container > h2 {
    font-size: 20px;
  }

  .home-faq > .container > .accordion .item {
    overflow: visible;
  }

  .home-faq > .container > .accordion .item > .button {
    border-radius: 42px 0 0 42px;
    min-height: 60px;
    height: auto;
  }

  .home-faq > .container > .accordion .item > .button > .title {
    min-height: inherit;
  }

  .home-faq > .container > .accordion .item > .button > .title > h4 {
    font-size: 15px;
    font-weight: 400;
  }

  .home-faq > .container > .accordion .item > .button > .icon {
    width: 50px;
  }
}

/* ergebnise nav */

#ergebnisse .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

#ergebnisse .owl-carousel .owl-nav button {
    pointer-events: all; 
    background: none;
    border: none;
    cursor: pointer;
    background-color: #d4a54f;
}

#ergebnisse .owl-carousel .owl-nav button svg {
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: #d4a54f;
    border-radius: 50%;
}