.ce-threesixty-bild {
  color: #000;
  margin-bottom: 45px;
}
@media screen and (min-width: 992px) {
  .ce-threesixty-bild {
    margin-bottom: 90px;
  }
}
.ce-threesixty-bild__wrapper {
  align-items: center;
}
.ce-threesixty-bild__title {
  font-size: 25px;
  line-height: 33px;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .ce-threesixty-bild__title {
    font-size: 50px;
    line-height: 60px;
  }
}
.ce-threesixty-bild__swiper {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 0;
}
.ce-threesixty-bild__items {
  position: relative;
  display: flex;
}
.ce-threesixty-bild__swiper-item {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  width: calc((100% - 48px) * 0.25);
  margin-right: 16px;
  height: auto;
  min-height: 444px;
  padding: 30px;
  overflow: hidden;
  border-radius: 10px;
  color: #fff;
}
.ce-threesixty-bild__swiper-item.is-active {
  width: calc((100% - 48px) * 6 / 12);
}
.ce-threesixty-bild__swiper-item.is-second {
  width: calc((100% - 48px) * 4 / 12);
}
.ce-threesixty-bild__swiper-item.is-third {
  width: calc((100% - 48px) * 2 / 12);
}
.ce-threesixty-bild__swiper-item.is-hidden {
  width: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 991px) {
  .ce-threesixty-bild__swiper-item {
    transition: none;
  }
  .ce-threesixty-bild__swiper-item.is-active {
    width: 100%;
    margin-right: 0;
  }
  .ce-threesixty-bild__swiper-item.is-second, .ce-threesixty-bild__swiper-item.is-third {
    width: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    opacity: 0;
    pointer-events: none;
  }
}
.ce-threesixty-bild__swiper-item:not(.is-active) .ce-threesixty-bild__icon,
.ce-threesixty-bild__swiper-item:not(.is-active) .ce-threesixty-bild__item-title,
.ce-threesixty-bild__swiper-item:not(.is-active) .ce-threesixty-bild__item-text,
.ce-threesixty-bild__swiper-item:not(.is-active) .ce-threesixty-bild__open {
  display: none;
}
.ce-threesixty-bild__swiper-item::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 42.43%);
  opacity: 0.7;
  content: "";
  position: absolute;
  height: calc(100% - 65px);
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  z-index: 0;
}
.ce-threesixty-bild__swiper-item .background-image {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ce-threesixty-bild__icon {
  position: absolute;
  top: 0px;
  left: 30px;
  background: #F1CCE6;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 15px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.ce-threesixty-bild__icon img {
  display: block;
  width: 40px;
  height: 40px;
}
.ce-threesixty-bild__item-title {
  z-index: 1;
  font-size: 25px;
  line-height: 33px;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .ce-threesixty-bild__item-title {
    font-size: 36px;
    line-height: 49px;
  }
}
.ce-threesixty-bild__item-text {
  z-index: 1;
  margin-bottom: 20px;
}
.ce-threesixty-bild__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  z-index: 1;
}
.ce-threesixty-bild__open {
  padding-top: 18px;
  padding-bottom: 18px;
  z-index: 1;
}
.ce-threesixty-bild__viewer {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 100vw;
}
.ce-threesixty-bild__viewer[hidden] {
  display: none;
}
.ce-threesixty-bild__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.ce-threesixty-bild__viewer-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 640px;
  overflow: hidden;
  background: #000;
  border-radius: 10px;
}
.ce-threesixty-bild__embed {
  position: absolute;
  inset: 0;
}
.ce-threesixty-bild__embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.ce-threesixty-bild__close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 7;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  padding: 0;
  color: #fff;
  background: var(--primary-1);
  border: 0;
  border-radius: 7px;
  cursor: pointer;
}
.ce-threesixty-bild__close svg {
  width: 17px;
  height: 17px;
}
.ce-threesixty-bild__arrows {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 25px;
}
.ce-threesixty-bild__arrow {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.ce-threesixty-bild__arrow.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}
.ce-threesixty-bild__arrow svg {
  width: 30px;
  height: 30px;
}
.ce-threesixty-bild__arrow--next svg {
  transform: rotate(180deg);
}
.ce-threesixty-bild__pbar-wrapper {
  margin: 40px auto 0;
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 300px;
  height: 3px;
  background-color: #ccc;
  position: relative;
}
.ce-threesixty-bild__pbar {
  display: flex;
  position: absolute;
  top: 0;
  transform: translateX(0%);
  width: 0;
  height: 3px;
  background-color: var(--primary-1, #c7017f);
  transition: 300ms transform ease-in-out, 300ms width ease-in-out;
}

body.ce-threesixty-bild-lock {
  overflow: hidden;
}
