/* Generated by vite-plugin-svg-spritemap */
/*=== Section Room-musik=====*/
.room-musik__container {
  display: flex;
  flex-direction: column;
  row-gap: 2.875rem;
}
.room-musik__inner {
  display: flex;
  justify-content: space-between;
}
.room-musik__title:not(:last-child) {
  margin-bottom: 1.6875rem;
}
.room-musik__text {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.3;
}
.room-musik__text p:not(:last-child) {
  margin-bottom: 0.5rem;
}
.room-musik__box {
  display: flex;
  flex-direction: column;
  row-gap: 2.4375rem;
}
.room-musik__navigation {
  align-self: end;
  display: flex;
  align-items: center;
  column-gap: 0.5625rem;
}
.room-musik__slider {
  overflow: visible;
  position: relative;
}
.room-musik__slide {
  flex: 1 1 28.125rem;
  aspect-ratio: 1;
  overflow: hidden;
}
.room-musik__photo {
  aspect-ratio: 1/1;
  width: 28.125rem;
  height: 28.125rem;
  object-fit: cover;
  overflow: hidden;
}
.room-musik__image {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}
.room-musik__swiper-pagination {
  position: absolute;
  width: auto;
  height: auto;
  left: 50%;
  transform: translate(-50%);
  display: inline-flex;
  column-gap: 0.625rem;
  margin-block-start: 2.875rem;
}
.room-musik__swiper-pagination span {
  width: 0.625rem;
  height: 0.625rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: rgba(90, 90, 85, 0.3019607843);
}
.room-musik__swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #C2552E;
}
@media (max-width: 47.99875em) {
  .room-musik__inner {
    flex-direction: column;
    row-gap: 1.875rem;
  }
  .room-musik__slide {
    flex: 18.75rem;
  }
}
@media (width <= 47.9375em) {
  .room-musik__inner {
    column-gap: 1.875rem;
  }
}
@media (max-width: 29.99875em) {
  .room-musik__slide {
    flex: 17.5rem;
  }
  .room-musik__swiper-pagination {
    margin-block-start: 1.25rem;
    column-gap: 0.3125rem;
  }
  .room-musik__swiper-pagination span {
    width: 0.4375rem;
    height: 0.4375rem;
  }
}
@media (width > 47.9375em) and (width <= 90em) {
  .room-musik__inner {
    column-gap: clamp( 1.875rem , -10.661404160475rem  +  26.1515601783vw , 12.875rem );
  }
}
@media (min-width: 47.99875em) {
  .room-musik__column {
    flex: 1 1 45.375rem;
  }
  .room-musik__content {
    flex: 1 1 28.125rem;
    padding-block-start: 4.5625rem;
  }
}
@media (width > 90em) {
  .room-musik__inner {
    column-gap: 12.875rem;
  }
}