body {
  font-family: font-normal;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: font-black;
}

p {
  font-family: font-normal;
}

.btn-toggle {
  font-family: font-bold;
}


:root {

  --bs-logo-width: 120px;
  --bs-border-radius: 8px;
  /* --bs-blue: 4, 30, 66; */
  /* --bs-menu-color: 255, 255, 255; */
  /* --bs-menu-active-btn: 255, 255, 255, 20%;
  --bs-menu-hover-btn: 255, 255, 255, 10%;

  --bs-ahref-color: #a4c7fb;
  --bs-hover-color: 255, 255, 255;
  --bs-bghover-color: 81, 39, 96; */
}

.link-dark:hover,
.link-dark:focus,
.link-light:hover,
.link-light:focus {
  color: var(--bs-menu-color);
}

.link-light {
  color: var(--bs-menu-color) !important;
}

.table {
  --bs-table-striped-color: #fff;
}

.btn-secondary {
  color: var(--bs-menu-color);
  background: var(--bs-button-color);
  border-color: var(--bs-blue);
}

.btn-secondary:hover,.btn-secondary:focus {
  color: var(--bs-menu-color);
  background: var(--bs-button-color-hover) !important;
  border-color: var(--bs-blue);
}


/* info icon */
#info_pop1 {
  /* opacity: 1; */
  -webkit-animation: pulsate 2s ease-out;
  animation: pulsate 2s ease-out;
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(6.75);
    transform: scale(6.75);
    opacity: 0;
  }

  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.2;
  }

  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

#info_btn {
  float: left;
}

/* end info icon */

#loader {
  border-radius: 50%;
}

/* #icons_group{
  position: fixed;
  bottom: -5px;
  z-index: 9;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
} */
#icons_group {
  position: fixed;
  top: 90px;
  z-index: 9;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#icons_group {
  right: 10px;
  flex-direction: column;
  left: unset;
  transform: none;
}


.icons_50 {
  margin: 5px 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#info_popup {
  margin-left: auto;
}

.load_kontakt {
  min-width: 300px;
  width: 40%;
  max-width: 400px;
  background: var(--bs-blue);
  color: var(--bs-menu-color);
  border-radius: var(--bs-border-radius);
}

.sb-sidenav-toggled .popcenter_vh {
  margin-left: 0;
}

@media only screen and (max-width: 768px) {
  .popcenter_vh {
    margin-left: 0 !important;
  }

  /* .sb-sidenav-toggled #icons_group{
    right: 10px;
  flex-direction: column;
  bottom: 10px;
  left: unset;
  transform: none;
  } */
}

.popcenter_vh {
  position: fixed;
  margin-left: calc(0px + 120px);
  left: 80%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  animation: slide_left .8s ease-in-out forwards;
  /* animation-delay: .2s;
  animation-duration: 2s; */
}

.pop_bestuhlung {
  position: fixed;
  max-width: 360px;
  border-radius: var(--bs-border-radius);
  left: 380px;
  bottom: 72px !important;
  z-index: 11;
  animation: opacity .5s ease-in-out forwards;
  background: rgba(var(--bs-blue), 1);
  color: rgba(var(--bs-menu-color), 1);
  box-shadow: 0 0 20px 6px rgb(0 0 0 / 30%);
}


@keyframes slide_left {
  from {
    left: 80%;
    opacity: 0;
  }

  to {
    left: 50%;
    opacity: 1;
  }
}

@keyframes opacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


.center_vh {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  animation-name: finger;
  animation-delay: .2s;
  animation-duration: 2s;
  opacity: 0;
}

.center_vh img {
  filter: invert(1);
  width: 130px;
}

@keyframes finger {
  0% {
    left: 50%;
  }

  50% {
    left: 30%;
    opacity: 1;
  }

  100% {
    left: 50%;
    opacity: 0;
  }
}

footer {
  display: grid;
  position: absolute;
  z-index: 999;
  top: 10px;
  right: 10px;
  text-align: center;
}

footer .zdaniye {
  float: right;
    color: #ffffff;
    margin: 5px 10px;
    padding: 5px 10px;
    font-size: 0.675em!important;
}
footer .warning {
  background: #bd2426!important;
  transform: scale(1.5);
    margin-right: 105px;
}

.table {
  color: #ffffff;
  width: 1000px;

}

.table-striped>tbody>tr:nth-of-type(odd)>* {
  color: var(--bs-table-striped-color);
  padding-bottom: 0;
  padding-top: 15px;
  line-height: 0.5;
}

.back_btn {
  z-index: 10;
  position: absolute;
  top: 14px;
  right: 80px;
}

#info:empty {
  display: none !important;
}

#info {
  position: absolute;
  right: 20px;
  bottom: 20px;
  max-width: 70%;
  min-width: 80px;
  min-height: 80px;
  z-index: 9999;
  border-radius: 8px;
  background: rgba(var(--bs-blue), 0.9);
}

#btn_3dpopup {
  position: absolute;
  right: 20px;
  bottom: 110px;
  max-width: 70%;
  min-width: 80px;
  min-height: 80px;
  z-index: 9998;
  border-radius: 8px;
  background: rgb(255 152 0 / 80%);
}

#btn_3dpopup img {
  width: 100%;
  padding: 14px;
  filter: invert(1);
  /* filter: invert(59%) sepia(67%) saturate(2298%) hue-rotate(1deg) brightness(104%) contrast(105%)!important; */
}

@media only screen and (max-width: 1480px) {
  #info {
    max-width: calc(100% - 320px);
  }
}

#info #popup {
  padding: 0 20px 5px 44px;
  margin-top: -40px;
}

#info #close {
  float: right;
  max-width: 40px;
  margin-right: -20px;
}

#info #infoicon,
#info #close {
  width: 100%;
  padding: 5px;
  filter: invert(1);
}

.bottom {
  position: absolute;
}

#pano {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none
}

#iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  overflow-x: scroll;
  margin-left: -260px;
}

.sb-sidenav-toggled #iframe {
  margin-left: 0;
}

#allseated {
  position: absolute;
  top: 0;
  width: 100%;
  overflow-x: scroll;
  /* height: 100vh; */
  height: 100%;
}
iframe{
  height: 100%;
  /* height: calc(100vh + 20px); */
}

.curent {
  background: var(--bs-menu-active-btn);
  font-weight: 600;
  transition: all 0.25s ease-out;
}

.d2_font {
  background: #d25a41;
  padding: 2px 14px;
  color: #fff;
  transition: all 0.25s ease-out;
}

.bi {
  vertical-align: -.125em;
  pointer-events: none;
  fill: currentColor;
}

a {
  color: var(--bs-ahref-color);
  text-decoration: none;
}

.lang {
  height: 65px;
}

.lang .collapse-lang {
  position: fixed;
  right: 20px;
  float: right;
}

#sidebar-wrapper {
  position: absolute;
  z-index: 9;
  transition: margin 0.25s ease-out;
  background: var(--bs-blue);
  overflow-y: scroll;
  height: 100vh;
  scrollbar-width: thin;
  scrollbar-color: rebeccapurple var(--bs-blue);
}

.link-dark {
  color: var(--bs-menu-color);
}

#pano div div {
  border-width: 0 !important
}

/* .sidemenu {
  width: 350px;
} */

.sb-sidenav-toggled .sidemenu {
  width: 220px;
  margin-left: -15rem !important;
}

.navbar-expand-lg .sandmenu {
  display: block;
  position: absolute;
  z-index: 9;
  transition: all .35s ease;
}

.sb-sidenav-toggled .navbar-expand-lg .sandmenu {
  margin-left: 15px;
  background: var(--bs-blue);
}

#hotspotImg {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

.navbar-toggler:focus {
  box-shadow: unset;
}



@media only screen and (max-width: 764px) {
  #iframe {
    margin-left: auto;
  }
  .android{
    height: calc(100vh - 36px);
  }

  #info {
    position: absolute;
    max-height: 98%;
    height: auto;
    right: 1%;
    bottom: 1%;
    max-width: 98%;
    overflow: scroll;
    z-index: 9999;
  }

  #info #close {
    position: fixed;
    right: 6%;
    bottom: 1%;
    background: #ecbc95;
    max-width: 50px;
    margin-right: -20px;
  }

  #info #popup {
    padding: 40px 5px 0px 5px;
    margin-top: -40px;
  }

  footer a {
    left: 10px;
  }
  footer .warning {
    background: #bd2426!important;
    transform: scale(1);
      margin-right: 0;
      font-size: 24px;
  }

  .navbar-expand-lg .sandmenu {
    left: 10px;
    margin: 0;
    top: 90px;
    background: var(--bs-blue);
  }

  .sb-sidenav-toggled .navbar-expand-lg .sandmenu {
    left: 198px;
  }

  #sidebar-wrapper {
    position: absolute;
  }

  .sidemenu {
    /* width: calc(100% - 115px); */
    width: 220px;
  }

  .sb-sidenav-toggled .sidemenu {
    width: 280px;
    margin-left: 0 !important;
  }

  .pop_bestuhlung {
    width: 96%;
    max-width: unset;
    left: 362px;
    margin: 2%;
  }
}

#hotspotImg video {
  max-width: unset;
  height: auto;
  width: 100vw;
  display: flex;
  justify-content: center;
}

.popcenter_vh video{
  width:100%;
}

@media only screen and (max-width: 1280px) {
  #hotspotImg video {
    max-width: unset;
    height: 100vh;
    display: flex;
    justify-content: center;
    width: auto;
  }
}


.navbar-dark .navbar-toggler {
  border-color: rgb(255 255 255 / 50%);
  border: 1px;
  background: var(--bs-blue);
}

#page-content-wrapper {
  width: 100%;
}

#sidebar-wrapper ul {
  margin: 0;
  padding:0;
}

#sidebar-wrapper .sidebar-heading {
  text-align: center;

}

.list-unstyled {
  margin: 20px 10px !important;
}

.fw-normal {
  list-style: none;
}

.bg-blue {
  background-color: rgba(var(--bs-blue));
}

#sidebar-wrapper .sidebar-heading img {
  height: auto;
  max-width: var(--bs-logo-width);
}

.dropdown-toggle {
  outline: 0;
}

.nav-flush .nav-link {
  border-radius: 0;
}

.sidemenu.btn-toggle:hover,
.sidemenu.btn-toggle:focus {
  color: rgba(var(--bs-hover-color)) !important;
  background-color: rgba(var(--bs-bghover-color)) !important;
}

.sidemenu.btn-toggle:hover>a,
.sidemenu.btn-toggle:focus>a {
  color: rgba(var(--bs-hover-color)) !important;
}

.sidemenu.btn-toggle:hover:before,
.sidemenu.btn-toggle:focus:before,
.sidemenu.btn-toggle:active:before {
  filter: invert(1) !important;
}


.pfeil::before {
  filter: invert(var(--bs-pfeil-color));
  position: absolute;
  line-height: 2rem;
  margin-left: -26px;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e") !important;
}

.btn:focus {
  box-shadow: 0 0 0 0.25rem rgb(0 0 0 / 0%)!important;
}

.navbar-light .navbar-toggler-icon {
  filter: invert(var(--bs-pfeil-color));
}

.navx:empty {
  display: none;
}

.pfeil[aria-expanded="true"] {
  color: rgba(0, 0, 0, 1);
}

.pfeil[aria-expanded="true"]::before {
  transform: rotate(90deg);
  line-height: 1.6rem;
}
.pfeil[aria-expanded="false"]::before {
  transform: rotate(0deg);
}
.btn-toggle {
  border: 0;
}
.btn-toggle-nav a {
  display: inline-flex;
  padding: .1875rem .5rem;
  margin-top: .45rem;
  margin-left: 0;
  text-decoration: none;
}

.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: rgba(var(--bs-menu-hover-btn));
  color: var(--bs-menu-color-hover) !important;
}

.scrollarea {
  overflow-y: auto;
}

#allseated::-webkit-scrollbar,
.sidemenu::-webkit-scrollbar,
#iframe::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#iframe,
#allseated {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.fw-semibold {
  font-weight: 600;
}

.lh-tight {
  line-height: 1.25;
}


.border-end {
  border-right: 0 !important;
}

body {
  overflow: hidden;
}

#admin_menu {
  position: fixed !important;
  right: 10px;
  background: #000;
  list-style: none;
}

#admin_menu a {
  color: #fff !important;
}