.roomview .mod_article {
  padding: 0 !important;
}

.flexman {
  position: relative;
  width: 100%;
}
.flexman:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(180deg, rgb(58, 58, 58) 0%, rgba(58, 58, 58, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.flexman:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(0deg, rgb(58, 58, 58) 0%, rgba(58, 58, 58, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.flexman div.subflexman {
  position: absolute;
  display: block;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.icon--reset {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-list-restart"><path d="M21 6H3"/><path d="M7 12H3"/><path d="M7 18H3"/><path d="M12 18a5 5 0 0 0 9-3 4.5 4.5 0 0 0-4.5-4.5c-1.33 0-2.54.54-3.41 1.41L11 14"/><path d="M11 10v4h4"/></svg>') no-repeat;
  height: 25px;
  width: 25px;
  margin-right: 5px;
  background-size: contain;
}

.icon--help {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-circle-help-icon lucide-circle-help"><circle cx="12" cy="12" r="10"/><path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"/><path d="M12 17h.01"/></svg>') no-repeat;
  height: 20px;
  width: 20px;
  margin-right: 5px;
  background-size: contain;
}

.icon--menu {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 6h16"/><path d="M4 12h16"/><path d="M4 18h16"/></svg>') no-repeat;
  background-size: contain;
  display: block;
  height: 22px;
  width: 22px;
}

.roomview_flyout {
  background: red;
  position: relative;
  top: 0;
  left: 0;
  width: 250px;
  padding: 10px;
  border: 1px solid gray;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 10px gray;
  transition: all 750ms ease;
  opacity: 1;
}
.roomview_flyout.hidden {
  margin-left: -266px;
  opacity: 0;
}
.roomview_flyout img {
  max-width: 100%;
}

roomview-flyout,
.roomview-flyout {
  background: url("/bundles/itsbessnermultipurpose/roomview/background-star-pattern.jpg") bottom no-repeat, #EEEEEE;
  background-size: 100%;
  bottom: 0;
  color: #232323;
  height: 42vh;
  left: 0;
  margin-left: 0;
  opacity: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: auto;
  transform: translateY(100%);
  transition: all 750ms ease;
  width: 100%;
  z-index: 2147483632;
}

@media (min-width: 577px) {
  roomview-flyout,
  .roomview-flyout {
    bottom: auto;
    box-shadow: 18px 0 34px rgba(0, 0, 0, .16), 6px 0 14px rgba(0, 0, 0, .1);
    height: 100%;
    margin-left: -266px;
    overflow-y: auto;
    top: 0;
    transform: none;
    width: 300px;
  }
}
roomview-flyout .action-button {
  border: solid 1px #fff;
  color: #fff;
  background: #AF8A3C;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: background 0.3s ease;
}
roomview-flyout #link {
  display: flex;
  justify-content: flex-start;
  padding: 0 20px 80px;
  position: static;
}

@media (min-width: 577px) {
  roomview-flyout #link {
    bottom: 20px;
    padding: 0;
    position: absolute;
    right: 15px;
  }
}
roomview-flyout .content-headline {
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}
roomview-flyout .mobile-drawer-handle {
  align-items: center;
  cursor: grab;
  display: flex;
  height: 22px;
  justify-content: center;
  touch-action: none;
}
roomview-flyout .mobile-drawer-handle:before {
  background: rgba(35, 35, 35, .35);
  border-radius: 999px;
  content: "";
  display: block;
  height: 4px;
  width: 44px;
}

@media (min-width: 577px) {
  roomview-flyout .mobile-drawer-handle {
    display: none;
  }
}
roomview-flyout .slideshow-wrapper {
  position: relative;
}
roomview-flyout .closer {
  cursor: pointer;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 35px;
  height: 35px;
  right: 15px;
  top: 15px;
  z-index: 9;
}
roomview-flyout .closer > span {
  display: flex;
}
roomview-flyout #content {
  padding: 35px 20px 20px 20px;
}
roomview-flyout .flyout-properties {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0 20px 80px;
}
roomview-flyout .flyout-properties[hidden] {
  display: none;
}

@media (min-width: 768px) {
  roomview-flyout .flyout-properties {
    display: none;
  }
}
roomview-flyout .flyout-property {
  align-items: center;
  background: #232323;
  border: none;
  color: #eee;
  display: inline-flex;
  font-size: 0.85rem;
  gap: 0.45rem;
  padding: 0.45rem 0.6rem;
}
roomview-flyout .flyout-property img {
  height: 22px;
  object-fit: contain;
  width: 22px;
}

.flyout-show roomview-flyout, .flyout-show-siblings roomview-flyout,
.flyout-show .roomview-flyout, .flyout-show-siblings .roomview-flyout {
  margin-left: 0;
  opacity: 1;
  transform: translateY(0);
  user-select: none;
}

@media (min-width: 577px) {
  .flyout-show roomview-flyout, .flyout-show-siblings roomview-flyout,
  .flyout-show .roomview-flyout, .flyout-show-siblings .roomview-flyout {
    transform: none;
  }
}
.roomview-flyout-backdrop {
  position: absolute;
  inset: 0;
  z-index: 2147483630;
  background: rgba(0, 0, 0, .48);
  opacity: 0;
  pointer-events: none;
  transition: opacity 450ms ease;
}

.flyout-show .roomview-flyout-backdrop,
.flyout-show-siblings .roomview-flyout-backdrop {
  opacity: 1;
  pointer-events: auto;
}


.flyout-image-wrapper {
  position: relative;
}
.flyout-image-wrapper .closer {
  position: absolute;
}

.roomview_zoom {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 2;
}

@media (min-width: 768px) {
  .roomview_zoom {
    display: block;
  }
}
.roomview_zoom button {
  cursor: pointer;
}

roomview-zoom {
  opacity: 0;
  transition: opacity 1s ease;
  user-select: none;
}

.fade-in roomview-zoom {
  opacity: 1;
}

.roomview_zoom_container.zoom-tween {
  transition: scale 0.5s ease, top 0.5s ease, left 0.5s ease;
}

roomview-dropdown {
  height: 1px;
  transition: all 750ms ease;
}

.flyout-show roomview-dropdown:first-of-type, .flyout-show-siblings roomview-dropdown:first-of-type {
  margin-left: 250px;
}

.roomview_category_selection_container {
  height: 0;
}

.roomview_container path {
  opacity: 0;
}
.roomview_container path.over {
  position: relative;
  opacity: 1;
  stroke: red;
  stroke-width: 5;
}
.roomview_container path.selected {
  opacity: 1;
  stroke: #3a3a3a;
}
.roomview_container path.last {
  stroke: #5a4d29;
  stroke-width: 4px;
}
.roomview_container path.sibling {
  opacity: 1;
  stroke: #5a4d29;
  stroke-width: 8;
}
.roomview_container path.last.selected {
  stroke: #fff;
  animation: pulse 1.3s infinite;
}

.flyout-show .roomview_container svg,
.flyout-show-siblings .roomview_container svg {
  pointer-events: none;
  z-index: 2147483631;
}

.flyout-show .roomview_container path:not(.last.selected),
.flyout-show-siblings .roomview_container path:not(.last.selected) {
  opacity: 0;
}

.always-visible {
  opacity: 0;
}

img.opacity50 + svg.show-landmarks path.always-visible {
  opacity: 1;
  stroke: white;
}

path.roomview-signpost, svg.roomview-signpost {
  stroke: #70a5ff;
  opacity: 1;
}

.roomview-signpost-hidden .roomview-signpost {
  opacity: 0;
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}
.view-link {
  user-select: none;
  cursor: pointer;
  position: absolute;
  top: 30px;
  font-size: 1.2rem;
  right: 1rem;
  z-index: 2;
}

.flyout-show roomview-view-link.alert_init.alert_run,
.flyout-show-siblings roomview-view-link.alert_init.alert_run {
  z-index: 2147483631;
}

.roomview-header, .roomview-footer {
  user-select: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: white;
  padding: 2px 3px;
  z-index: 5;
}

.roomview-header {
  font-size: 1rem;
  top: 37px;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .roomview-header {
    font-size: 2rem;
    top: 30px;
  }
}

.roomview-footer {
  font-size: 1.5rem;
  top: 1rem;
}

.roomview-selection.parent {
  top: 90px;
  gap: 1rem 0;
}
.roomview-selection.parent .roomview-tab {
  padding: 10px 15px;
  user-select: none;
  text-transform: uppercase;
  border: none;
}
.roomview-selection.parent .roomview-tab.active {
  z-index: 1;
  border-bottom: none;
  position: relative;
}
.roomview-selection.parent .roomview-tab.active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  height: 1px;
  width: 60%;
}

.roomview-selection.child {
  padding: 0.3rem;
  border-radius: 5px;
  top: 140px;
}
.roomview-selection.child .roomview-button {
  display: flex;
  align-items: center;
}

@media (max-width: 1200px) {
  .roomview-selection.child {
    flex-wrap: nowrap;
    justify-content: flex-start;
    max-width: calc(100vw - 2rem);
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: rgba(255, 255, 255, .55) rgba(255, 255, 255, .16);
    scrollbar-width: thin;
  }
  .roomview-selection.child .roomview-button {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}
.roomview-selection {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  z-index: 5;
  position: absolute;
  user-select: none;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
}

@media (min-width: 992px) {
  .roomview-selection {
    max-width: 70%;
  }
}
.roomview-selection img {
  width: 35px;
}
.roomview-selection svg {
  fill: white;
  stroke: white;
}
.roomview-selection.bottom {
  display: none;
  position: absolute;
  top: inherit;
  bottom: 20px;
}
.roomview-selection.bottom .roomview-button {
  min-width: 110px;
  font-size: 0.85rem;
  background: #3A3A3A;
  color: #fff;
}
.roomview-selection.bottom .roomview-button.selected {
  background: #AF8A3C;
}
.roomview-selection .roomview-button.hidden {
  display: none;
}
.roomview-selection .roomview-button {
  background: #fff;
  color: #232323;
}
.roomview-selection .roomview-tab {
  color: #fff;
}
.roomview-selection .roomview-button, .roomview-selection .roomview-tab {
  padding: 10px 15px;
  cursor: pointer;
  text-align: center;
  min-width: 6rem;
}
.roomview-selection .roomview-button:hover, .roomview-selection .roomview-tab:hover {
  color: silver;
}
.roomview-selection .roomview-button.selected, .roomview-selection .roomview-tab.selected {
  color: #fff;
  background: #3A3A3A;
}
.roomview-selection .roomview-button.selected:not(.bottom .selected), .roomview-selection .roomview-tab.selected:not(.bottom .selected) {
  background: rgb(176, 139, 60);
}
.roomview-selection .roomview-button.disabled, .roomview-selection .roomview-tab.disabled {
  background: rgba(204, 204, 204, 0.5019607843) !important;
  color: #a0a0a0;
  pointer-events: none;
}

.roomview-selection.bottom .roomview-button {
  cursor: default;
}

.roomview-footer {
  display: none;
  top: auto;
  bottom: 1rem;
}

.roomview-selection.bottom {
  position: absolute;
  bottom: 4rem;
}

@media (min-width: 768px) {
  .roomview-selection.bottom {
    display: flex;
  }

  .roomview-footer {
    display: block;
  }
}

.hidden:not(.fade-in) .roomview-selection, .hidden:not(.fade-in) .roomview-header, .hidden:not(.fade-in) .roomview-footer {
  display: none;
}

.roomview-button.disabled:not(.reset-bubbles) {
  cursor: not-allowed;
  background: rgba(204, 204, 204, 0.5019607843) !important;
  color: #a0a0a0;
}
.roomview-button.disabled:not(.reset-bubbles):after {
  content: "" !important;
}

.roomview-center {
  text-align: center;
  margin-bottom: 5px;
}

.bottom .roomview-button.selected:after {
  position: absolute;
  right: 0.5rem;
  top: -0.1rem;
  font-size: 1.5rem;
  color: white;
}

.roomview-button.last {
  color: #fff;
}

.reset-bubbles {
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #ffffff;
  backdrop-filter: blur(10px);
  color: white;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  padding: 10px;
  display: flex;
  align-items: center;
}

.bubble-margin-right-extra {
  margin-right: 3rem;
}

.roomview-layout {
  display: flex;
}
.roomview-layout .roomview-layout-left, .roomview-layout roomview-layout-right {
  flex: 1 1 300px;
  background: orange;
}

.ds-widget, .navigation-quick, #iiqcheck_widget_tooltip_iframe_1506 {
  display: none !important;
}

.button {
  height: 2.5rem;
}

.roomview_wrapper {
  display: contents;
}

.roomview_media_too_small {
  display: none;
}

.roomview_container img {
  transition: opacity 750ms ease;
}

.article_inside {
  max-width: 100vw !important;
  padding: 0 !important;
}

.roomview_category_selection_container {
  background: orange;
}

.roomview_container.hidden, .roomview_control_container.hidden {
  opacity: 0;
  max-height: 0;
}
.roomview_container.fade-in, .roomview_control_container.fade-in {
  transition: opacity 0.5s linear, max-height 0.5s linear;
  opacity: 1;
  max-height: 100vh;
}

.roomview_container {
  position: relative;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  background: url(/bundles/itsbessnermultipurpose/roomview/bgblurred.jpg) no-repeat;
  background-size: cover;
}
.roomview_container .hidden {
  max-height: 0;
  overflow: visible;
}
.roomview_container svg, .roomview_container img {
  position: absolute;
  top: 0;
  left: 0;
}
.roomview_container .opacity50 {
  opacity: 0.6;
}

.roomview_control_container {
  color: #0a0a0a;
  width: 100%;
  border: 1px solid gray;
  padding: 10px;
}
.roomview_control_container .roomview_control_container_sections {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
.roomview_control_container select {
  height: 12rem;
  width: 100%;
  border: 1px solid gray;
  border-radius: 5px;
}
.roomview_control_container .mt-5 {
  margin-top: 1rem;
}
.roomview_control_container .mt-2 {
  margin-top: 0.4rem;
}

span.orand {
  cursor: pointer;
  margin-top: 0.5rem;
}
span.orand > span {
  padding: 0 5px;
}
span.orand > span:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #6db4fa;
  color: white;
}
span.orand > span:last-child {
  background: silver;
  color: gray;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
span.orand.and > span:first-child {
  background: silver;
  color: gray;
}
span.orand.and > span:last-child {
  background: #6db4fa;
  color: white;
}

.zoom-controls button {
  font-size: 1.5rem;
}

.roomview_button.selected {
  background: orange;
}

.roomview_category_selection_container {
  position: absolute;
  display: flex;
  gap: 1rem;
  z-index: 2;
  background: none;
  margin: 2.5rem;
  transition: opacity 750ms ease;
}

.roomview_category_selection_container.hidden {
  opacity: 0;
}

.roomview_category_selection_container.hidden.fade-in {
  opacity: 1;
}

.roomview_container img.deactivated {
  background: rgba(255, 165, 0, 0.4);
}

.roomview_zoom_container {
  scale: 0.01;
}

.roomview_container {
  position: relative;
}
.roomview_container.deactivated {
  border: 6px solid violet;
}
.roomview_container.disabled:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  background: url(/bundles/itsbessnermultipurpose/roomview/cross.svg) center no-repeat;
}

.roomview_media_too_small_hint {
  padding: 5rem;
  text-align: center;
  color: black;
  background: white;
  border: 1px solid black;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.roomview-signpost {
  opacity: 1;
  transition: opacity 450ms ease;
}

.roomview-hidden {
  opacity: 0;
}

.signpost {
  background: #af8a3c;
  padding: 5px;
  cursor: pointer;
}

.roomview-help-label {
  display: none;
}

@media (min-width: 992px) {
  .roomview-help-label {
    display: inline;
  }
}

.roomview-button-open-explanation {
  position: absolute;
  top: 30px;
  left: 1rem;
  z-index: 2;
  background: #AF8A3C;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border: none;
  transition: all 0.3s ease;
}
.roomview-button-open-explanation:hover {
  background: #765b1f;
}

roomview-view-link {
  transition: none;
}
roomview-view-link {
  font-size: 0;
}

@media (min-width: 992px) {
  roomview-view-link {
    font-size: 1.2rem;
  }
}
roomview-view-link.alert_init {
  scale: 100;
}
roomview-view-link.alert_init.alert_run {
  transition: scale ease 750ms;
  scale: 1;
}


body.roomview-overlay-active #accessibility_settings_toggle,
body.roomview-overlay-active .accessibility_settings_toggle,
body.roomview-overlay-active #CookiebotWidget,
body.roomview-overlay-active .CookiebotWidget {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}
.roomview-mobile-menu-toggle {
  align-items: center;
  background: #AF8A3C;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 4rem;
  top: 30px;
  width: 40px;
  z-index: 2147483632;
}

.roomview-mobile-nav-backdrop {
  background: rgba(0, 0, 0, .48);
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 450ms ease;
  z-index: 2147483630;
}

.roomview-mobile-nav {
  background: url("/bundles/itsbessnermultipurpose/roomview/background-star-pattern.jpg") bottom no-repeat, #EEEEEE;
  background-size: 100%;
  bottom: 0;
  box-shadow: 18px 0 34px rgba(0, 0, 0, .16), 6px 0 14px rgba(0, 0, 0, .1);
  color: #232323;
  left: 0;
  max-width: 320px;
  overflow-y: auto;
  padding: 1rem;
  position: absolute;
  top: 0;
  touch-action: pan-y;
  transform: translateX(-100%);
  transition: transform 450ms ease;
  width: 82vw;
  z-index: 2147483632;
}

.mobile-nav-show .roomview-mobile-menu-toggle {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.mobile-nav-show .roomview-mobile-nav-backdrop {
  opacity: 1;
  pointer-events: auto;
}

.mobile-nav-show .roomview-mobile-nav {
  transform: translateX(0);
}

.roomview-mobile-nav-close {
  align-items: center;
  background: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  height: 35px;
  justify-content: center;
  margin-left: auto;
  width: 35px;
}

.roomview-mobile-nav-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0.5rem 0 1rem;
  text-transform: uppercase;
}

.roomview-mobile-nav-group {
  border-top: 1px solid rgba(35, 35, 35, .16);
  padding: 0.85rem 0;
}

.roomview-mobile-nav-parent {
  color: #AF8A3C;
  font-size: 0.85rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.roomview-mobile-nav-child {
  background: #fff;
  border: none;
  color: #232323;
  cursor: pointer;
  display: block;
  margin-top: 0.45rem;
  padding: 0.7rem 0.8rem;
  text-align: left;
  width: 100%;
}

.roomview-mobile-nav-child:hover {
  background: #3A3A3A;
  color: #fff;
}

.roomview-selection.parent,
.roomview-selection.child {
  display: none;
}

@media (min-width: 768px) {
  .roomview-mobile-menu-toggle,
  .roomview-mobile-nav-backdrop,
  .roomview-mobile-nav {
    display: none;
  }

  .roomview-selection.parent,
  .roomview-selection.child {
    display: flex;
  }
}
